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 indicates the end of one or more VerifyUsercalls. An application call to VerifyUsercan result in multiple VerifyUser (LAP)calls, if the VU_UNTIL_SUCCESS flag is set. After the LASS makes the last VerifyUser(LAP) call, it calls VerifyUserStop. The LAP can use this function to terminate its UI. This is a LAP-exported function.

Syntax

VOID VerifyUserStop();

Parameters

None.

Return Value

None.

Remarks

Note:
This function is called by the LASS, not the application. Therefore, no link library is exposed. .

Requirements

Header lap.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 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