Поделиться через


CDialogImpl::StartDialogProc

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

См. также

Основные понятия

CDialogImpl Class

CDialogImpl Members

CDialogImpl::DialogProc