LAPCancelVerifySequence

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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. .

Requirements

Header lap.h
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later
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