CContainedWindowT::WindowProc
這個靜態方法會實作視窗程序。
static LRESULT CALLBACK WindowProc(
HWND hWnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam
);
參數
hWnd
視窗的控制代碼。uMsg
[in] 訊息傳送到視窗。wParam
[in] 其他特定訊息資訊。lParam
[in] 其他特定訊息資訊。
傳回值
訊息處理的結果。
備註
WindowProc 導向訊息至 m_dwMsgMapID判斷的訊息對應。如果需要, WindowProc 呼叫其他訊息處理的 DefWindowProc 。
需求
Header: atlwin.h