WM_INITDLG Return Value - rc
rc
(
BOOL
)
Focus set indicator.
TRUE
Focus window is changed. The dialog procedure can change the window to receive the focus, by issuing a
WinSetFocus
whose specifies the handle of another control within the dialog box.
FALSE
Focus window is not changed.
[Back: WM_INITDLG Field - pcreate]
[Next: WM_INITDLG - Parameters]