Compartilhar via


VerifyUserStop

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa função indica o final de um ou mais VerifyUser Chamadas. Chamar um aplicativo para VerifyUser Pode resultar em múltiplo VerifyUser (LAP) Chamadas, se o sinalizador VU_UNTIL_SUCCESS for definida. Após o LASS torna o último VerifyUser Chamar (LAP), ele chama VerifyUserStop. O LAP pode usar esta função para finalizar sua interface do usuário. Essa é uma função LAP-Exported.

Syntax

VOID VerifyUserStop();

Parameters

Nenhum.

Return Value

Nenhum.

Remarks

Observação

Essa função é chamado pelo LASS, não o aplicativo.Portanto, nenhuma biblioteca link é exposta. Para obter mais informações, consulte Criando um LAP..

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

Reference

LAP-Exported Functions
VerifyUser
VerifyUserStart
VerifyUser (LAP)