VerifyUserStop (Compact 2013)

3/28/2014

This function indicates the end of one or more VerifyUser calls. An application call to VerifyUser can 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

See Also

Reference

LAP-Exported Functions
VerifyUser
VerifyUserStart
VerifyUser (LAP)