www.pudn.com > vectormap.rar > MAPINFOW.H


// Machine generated IDispatch wrapper class(es) created with ClassWizard 
///////////////////////////////////////////////////////////////////////////// 
// DMapInfo wrapper class 
 
class DMapInfo : public COleDispatchDriver 
{ 
public: 
	DMapInfo() {}		// Calls COleDispatchDriver default constructor 
	DMapInfo(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} 
	DMapInfo(const DMapInfo& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} 
 
// Attributes 
public: 
 
// Operations 
public: 
	LPDISPATCH GetApplication(); 
	LPDISPATCH GetParent(); 
	CString GetName(); 
	CString GetFullName(); 
	CString GetVersion(); 
	BOOL GetVisible(); 
	void SetVisible(BOOL bNewValue); 
	long GetLastErrorCode(); 
	void SetLastErrorCode(long nNewValue); 
	CString GetLastErrorMessage(); 
	LPDISPATCH GetMBApplications(); 
	void Do(LPCTSTR command); 
	CString Eval(LPCTSTR expression); 
	void RunCommand(LPCTSTR command); 
	void RunMenuCommand(long id); 
	LPUNKNOWN DataObject(long windowID); 
	void SetCallback(LPDISPATCH callbackobject); 
	long GetProductLevel(); 
	LPDISPATCH GetMIMapGen(); 
};