LASSClose (Compact 2013)

3/28/2014

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

See Also

Reference

LASS Functions