CWnd::WindowProc
Provides a Windows procedure (WindowProc) for a CWnd object.
virtual LRESULT WindowProc(
UINT message,
WPARAM wParam,
LPARAM lParam
);
Параметры
message
Specifies the Windows message to be processed.wParam
Provides additional information used in processing the message. The parameter value depends on the message.lParam
Provides additional information used in processing the message. The parameter value depends on the message.
Возвращаемое значение
The return value depends on the message.
Заметки
It dispatches messages through the window's message map.
Требования
Header: afxwin.h