Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Notifies the container that a modal dialog box has been closed.
void PostModalDialog(
HWND hWndParent = NULL
);
Parameters
- hWndParent
Handle to the parent window of the modal dialog box.
Remarks
Call this function after displaying any modal dialog box. You must call this function so that the container can enable any top-level windows disabled by PreModalDialog. This function should be paired with a call to PreModalDialog.
Requirements
Header: afxctl.h