www.pudn.com > Irp-Files.rar > ExToolsview.h
// ExToolsView.h : interface of the CExToolsView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_EXTOOLSVIEW_H__E7C5FFB8_D703_4247_979A_DB861D32792A__INCLUDED_) #define AFX_EXTOOLSVIEW_H__E7C5FFB8_D703_4247_979A_DB861D32792A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 class CExToolsView : public CWindowImpl{ public: DECLARE_WND_SUPERCLASS(NULL, CListViewCtrl::GetWndClassName()) BOOL PreTranslateMessage(MSG* pMsg); BEGIN_MSG_MAP(CExToolsView) END_MSG_MAP() // Handler prototypes (uncomment arguments if needed): // LRESULT MessageHandler(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/) // LRESULT CommandHandler(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/) // LRESULT NotifyHandler(int /*idCtrl*/, LPNMHDR /*pnmh*/, BOOL& /*bHandled*/) }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_EXTOOLSVIEW_H__E7C5FFB8_D703_4247_979A_DB861D32792A__INCLUDED_)