LAPCreateEnrollmentConfigDialog (Compact 2013)
3/28/2014
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 |