CDialogImpl::StartDialogProc
static LRESULT CALLBACK StartDialogProc( HWND hWnd**, UINT** uMsg**, WPARAM** wParam**, LPARAM** lParam );
Return Value
The window procedure.
Parameters
hWnd
[in] The handle to the dialog box.
uMsg
[in] The message sent to the dialog box.
wParam
[in] Additional message-specific information.
lParam
[in] Additional message-specific information.
Remarks
Called only once, when the first message is received, to process messages sent to the dialog box. After the initial call to StartDialogProc, DialogProc is set as a dialog procedure, and further calls go there.
CDialogImpl Overview | Class Members
See Also