The following table shows the LAP-exported functions called by LASS, with a description of the purpose of each. Any LAP must implement these functions.
| Programming element | Description |
|---|---|
| DeinitLAP | This function is called from the LASS when the LAP is being unloaded. |
| InitLAP (function) | This function initializes a LAP when it is activated by the LASS. |
| LAPCreateEnrollmentConfigDialog | This function displays the LAP enrollment dialog. |
| VerifyUser (LAP) | This function performs the user verification. |
| VerifyUserStart | This function indicates that one or more VerifyUser calls are about to occur. |
| VerifyUserStop | This function indicates the end of one or more VerifyUser calls. |
| VerifyUserToTop | This function requests the LAP to bring the LAP verification dialog to the top of the z order. |
See Also
Send Feedback on this topic to the authors