次の方法で共有


CreateEnrollmentConfigDialog (Windows Embedded CE 6.0)

1/6/2010

This function displays the LAP enrollment dialog.

Syntax

BOOL CreateEnrollmentConfigDialog(
  HWND hParentWindow
);

Parameters

  • hParentWindow
    [in] Handle to the parent window.

Return Value

Returns TRUE on success, and FALSE otherwise.

Remarks

CreateEnrollmentConfigDialog can be called only by a privileged application. To get extended error information, the application should call GetLastError.

Requirements

Header lap.h
Windows Embedded CE Windows CE 5.0 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.

See Also

Reference

LASS Functions