ePass1000 C/C++ API Reference Manual Version 2.0

epas_Cleanup

The epas_Cleanup function check and recover the integrity of the TAD index file. It is recommended that application call this function upon deletion of a directory.

EPAS_STATUS EPAS_API
epas_Cleanup(
    EPAS_HANDLE hContextHandle,      // [in]
    unsigned long ulFlags,           // [in]
);

Requirement

epas_CreateContext, epas_OpenDevice

Parameters

hContextHandle
[in] Handle to device context.
ulFlags
[in] Reserved for future extension. Must be set to zero.

Return Values

If the function succeeds, FT_SUCCESS returned.

For a list of all return codes, see Status Return Values.

See Also

epas_GetProperty, epas_SetProperty, epas_GetLibVersion, epas_GetDriverVersion