LASSGetResult (Compact 2013)

3/28/2014

This function returns the results of a VerifyUserAsync call. This function should not be called until after hLASS has been signaled.

Syntax

BOOL LASSGetResult (
  LASSHandle hLASS
);

Parameters

  • hLASS
    [in] The LASSHandle to query for results.

Return Value

Returns TRUE if the value has been returned successfully, and FALSE otherwise. To get extended error information, the application should call GetLastError. The following table shows the most common error codes:

Value

Description

ERROR_NOT_READY

User has called LASSGetResult before the results are ready.

All other errors

Error messages returned by the LAP. For more possible returned error codes, see VerifyUser.

Requirements

Header

lap.h

See Also

Reference

LASS Functions