www.pudn.com > test_vc_11.rar > occommand.h


#if !defined(AFX_OCCOMMAND_H__939DC5A3_449C_40D7_A080_BD34329C1984__INCLUDED_) 
#define AFX_OCCOMMAND_H__939DC5A3_449C_40D7_A080_BD34329C1984__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ 
 
// NOTE: Do not modify the contents of this file.  If this class is regenerated by 
//  Microsoft Visual C++, your modifications will be overwritten. 
 
///////////////////////////////////////////////////////////////////////////// 
// COCCommand wrapper class 
 
class COCCommand : public COleDispatchDriver 
{ 
public: 
	COCCommand() {}		// Calls COleDispatchDriver default constructor 
	COCCommand(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} 
	COCCommand(const COCCommand& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} 
 
// Attributes 
public: 
 
// Operations 
public: 
	BOOL GetEnabled(); 
	BOOL GetChecked(); 
	CString GetTipText(); 
	void Execute(); 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_OCCOMMAND_H__939DC5A3_449C_40D7_A080_BD34329C1984__INCLUDED_)