LASSClose

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function closes a LASSHandle.

Syntax

BOOL LASSClose(
  LASSHandle hLASS
);

Parameters

  • hLASS
    [in] The LASSHandle to close

Return Value

Returns TRUE if the LASSHandle was successfully closed. Returns FALSE if the handle could not be closed. To get extended error information, call GetLastError.

Remarks

This function must be called for all handles returned from VerifyUserAsync. It will cleanup memory associated with your LASS handle.

If a VerifyUserAsync call has not completed at the time LASSClose is called, LASS and LAP will make their best effort to cancel the verification.

This API does not guarantee that any user interface elements the LAP was displaying will be cleared.

Requirements

Header lap.h
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later

See Also

Reference

LASS Functions