Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function returns the results of a VerifyUserAsynccall. 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 LASSGetResultbefore 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
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