LAPDisplayCodeword
This optional function displays a dialog prompting for pwszCodeword to be entered. This is a LAP-exported function.
Returns TRUE if the dialog is displayed successfully. The function returns FALSE if the verification is aborted. To provide more details about why the function failed, use SetLastError.
To ensure that a 'live' user is authenticating with the device, the user can periodically be prompted to enter a codeword for verification. The parameter pwszCodeword is provided for convenience, but it is not required for verification. For example, the function might implement verification using a biometric device, such as a fingerprint scanner.
If this function is implemented using any kind of UI other than a simple click and dismiss dialog box, the user must be able to place emergency calls while the function is running.
Note: |
|---|
| This function is not designed as a security feature to prevent hacking or password guessing. |
Note: |
|---|
| This function is called by the LASS, not the application. Therefore, no link library is exposed. For more information, see Creating a LAP.. |
| Header | lap.h |
| Windows Mobile | Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later, Windows Mobile 6 Standard 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. |
Note: