LAPCreateEnrollmentConfigDialog (Windows CE 5.0)

Send Feedback

This function displays the LAP enrollment dialog. This is a LAP-exported function.

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 Values

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

Pocket PC: Windows Mobile 5.0 and later.
Smartphone: Windows Mobile 5.0 and later.
OS Versions: Windows CE 5.0 and later.
Header: Lap.h.
Link Library: Coredll.lib.

See Also

LAP-Exported Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.