<< Click to Display Table of Contents >> Navigation: Apollo API Listing > sx_RYOFilterRestore |
Declare Function sx_RYOFilterRestore Lib "Apollo9.dll"
(ByVal cpFileName As String)
As Integer
BOOL FAR PASCAL sx_RYOFilterRestore
(BYTEP cpFileName);
Sets or resets the active bitmap to one saved to disk by sx_RYOFilterSave.
cpFileName: A fully qualified filename containing a bitmap saved with sx_RYOFilterSave.
True or False depending on the outcome of the operation.
sx_RYOFilterRestore( "C:\DATA\SAVED.DAT" )
sx_RYOFilterRestore( "C:\\DATA\\SAVED.DAT" );
sx_RYOFilterActivate, sx_RYOFilterCopy, sx_RYOFilterCreate, sx_RYOFilterDestroy, sx_RYOFilterSave, sx_RYOFilterSetBit