◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINDIALOGS USHORT WinProcessDlg(hwndDlg) HWND hwndDlg; /* handle of the dialog queue */ The WinProcessDlg function processes messages intended for a dialog window. This function does not return until the WinDismissDlg function is called by the dialog procedure. Parameter Description ──────────────────────────────────────────────────────────────────────────── hwndDlg Identifies a dialog window. Return Value The return value is set to the value returned by the WinDismissDlg function. See Also WinDismissDlg, WinDlgBox, WinLoadDlg ♦