Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Called only once, when the first message is received, to process messages sent to the dialog box.
static LRESULT CALLBACK StartDialogProc(
HWND hWnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam
);
Параметры
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.
Возвращаемое значение
The window procedure.
Заметки
After the initial call to StartDialogProc, DialogProc is set as a dialog procedure, and further calls go there.
Требования
Header: atlwin.h