WinGetDlgMsg - Parameters
hwndDlg
(
HWND
) - input
Dialog-window handle.
pqmsg
(
PQMSG
) - output
Message structure.
rc
(
BOOL
) - returns
Continue message indicator.
TRUE
Message returned is not a
WM_QUIT
message and the dialog has not been dismissed.
FALSE
Message returned is a
WM_QUIT
message or the dialog has been dismissed.
[Back: WinGetDlgMsg Return Value - rc]
[Next: WinGetDlgMsg - Remarks]