Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a modeless dialog box.
HWND Create(
HWND hWndParent,
LPARAM dwInitParam = NULL
);
HWND Create(
HWND hWndParent,
RECT&,
LPARAM dwInitParam = NULL
);
Parameters
hWndParent
[in] The handle to the owner window.RECT& rect
[in] A RECT structure specifying the dialog's size and position.dwInitParam
[in] Specifies the value to pass to the dialog box in the lParam parameter of the WM_INITDIALOG message.
Return Value
The handle to the newly created dialog box.
Remarks
This dialog box is automatically attached to the CDialogImpl object. To create a modal dialog box, call DoModal. The second override above is used only with CComControl.
Requirements
Header: atlwin.h