COleControl::WindowProc
Provides a Windows procedure for a COleControl 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 of the message dispatched.
Заметки
Call this function to dispatch specific messages through the control's message map.
Требования
Header: afxctl.h