sx_RYOFilterRestore

<< Click to Display Table of Contents >>

Navigation:  Apollo API Listing >

sx_RYOFilterRestore

VB Declaration

Declare Function sx_RYOFilterRestore Lib "Apollo9.dll"

(ByVal cpFileName As String)  

As Integer

C Declaration

BOOL FAR PASCAL sx_RYOFilterRestore

(BYTEP cpFileName);

Description

Sets or resets the active bitmap to one saved to disk by sx_RYOFilterSave.

Parameters

cpFileName: A fully qualified filename containing a bitmap saved with sx_RYOFilterSave.

Return Value

True or False depending on the outcome of the operation.

VB Example

sx_RYOFilterRestore( "C:\DATA\SAVED.DAT" )

C Example

sx_RYOFilterRestore( "C:\\DATA\\SAVED.DAT" );

See Also

sx_RYOFilterActivate, sx_RYOFilterCopy, sx_RYOFilterCreate, sx_RYOFilterDestroy, sx_RYOFilterSave, sx_RYOFilterSetBit