Share via


LAPCancelVerifySequence (Windows Embedded CE 6.0)

1/6/2010

This optional function cancels an existing call to the verification sequence.

Syntax

BOOL LAPCancelVerifySequence()

Parameters

None.

Return Value

Returns TRUE after successfully cancelling the existing call, or FALSE otherwise. To provide more details about why the function failed, use SetLastError.

Remarks

This API requests termination of the current verification sequence. It is called when applications call LASSClose during verification. When this API is called, the LAP attempts to terminate all verification dialogs.

This function can be called any time between calls to VerifyUserStart and VerifyUserStop. After this call, LASS will still call VerifyUserStop.

Note

When implementing the LAP-exported function LAPCancelVerifySequence, it is important to ensure the function always returns a failure whenever the LAP has determined the verification was unsuccessful.

Note

This function is called by the LASS, not the application. Therefore, no link library is exposed.  For more information, see Creating a LAP..

Requirements

Header lap.h
Note This function is called by the LASS, not the application. Therefore, no link library is exposed. For more information see Creating a LAP.

See Also

Reference

LAP-Exported Functions