2010-11-26 2 views

答えて

0

まあ、it really does not take 4 arguments:WTLでは

afx_msg void OnMenuSelect( 
    UINT nItemID, 
    UINT nFlags, 
    HMENU hSysMenu 
);      // only 3 arguments 
+0

それは4を取りますarguemets:LRESULT OnMenuSelect(UINT uMsg、WPARAM wParam、LPARAM lParam、BOOL&bHandled)は、http://www.ecs.syr.edu/faculty/fawcett/handouts/cse778/WTL/Include/AtlCtrlw.hを参照してください。解決されました – Mahantesh

関連する問題