LAPCreateEnrollmentConfigDialog
A version of this page is also available for
4/8/2010
This function displays the LAP enrollment dialog. This is a LAP-exported function.
Syntax
BOOL LAPCreateEnrollmentConfigDialog(
HWND hParentWindow,
DWORD dwOptions
);
Parameters
- hParentWindow
[in] Handle to the parent window.
- dwOptions
[in] Bitmask specifying options for dialog creation. The only supported value is VU_HANDLE_MASTER_KEY, which specifies handling for master key encryption and decryption if master key encryption and decryption are supported.
Return Value
Returns TRUE on success, and FALSE otherwise. To provide more details about why the function failed, use SetLastError.
Remarks
LAPCreateEnrollmentConfigDialog is called by the LASS on behalf of an application calling CreateEnrollmentConfigDialog.
Requirements
Header | lap.h |
Library | coredll.lib |
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 |