<< Click to Display Table of Contents >> Navigation: Apollo API Listing > sx_RYOFilterSave |
Declare Function sx_RYOFilterSave Lib "Apollo9.dll"
(ByVal iFilterHandle As Integer,
ByVal cpFileName As String)
As Integer
BOOL FAR PASCAL sx_RYOFilterSave
(SHORT iFilterHandle,
BYTEP cpFileName);
Saves the defined bitmap in a disk file.
iFilterHandle: An integer identifier of the bitmap returned from either sx_RYOFilterCopy or sx_RYOFilterCreate. If this parameter is passed as zero, the active bitmap is acted upon.
cpFileName: A user supplied file name fully qualified with path and extension. If the file already exists, it is overwritten without warning.
Note: Bitmaps saved to disk should only be applied in future to files that are not packed. Each TRUE bit in a saved bitmap represents a physical record location, and packed files do not retain the same sequence if deleted records are physically removed from the file.
True or False depending on the outcome of the operation.
sx_RYOFilterSave( hBitMap, "C:\DATA\SAVED.DAT" )
sx_RYOFilterSave( hBitMap, "C:\\DATA\\SAVED.DAT" );
sx_RYOFilterActivate, sx_RYOFilterCopy, sx_RYOFilterCreate, sx_RYOFilterDestroy, sx_RYOFilterRestore, sx_RYOFilterSetBit