#ifndef __VECGROUP_H__ #define __VECGROUP_H__ // 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. ///////////////////////////////////////////////////////////////////////////// // CLEADVectorGroup wrapper class class CLEADVectorGroup : public COleDispatchDriver { public: CLEADVectorGroup() {} // Calls COleDispatchDriver default constructor CLEADVectorGroup(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLEADVectorGroup(const CLEADVectorGroup& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: // method 'QueryInterface' not emitted because of invalid return type or parameter type unsigned long AddRef(); unsigned long Release(); // method 'GetTypeInfoCount' not emitted because of invalid return type or parameter type // method 'GetTypeInfo' not emitted because of invalid return type or parameter type // method 'GetIDsOfNames' not emitted because of invalid return type or parameter type // method 'Invoke' not emitted because of invalid return type or parameter type long GetId(); CString GetName(); void SetName(LPCTSTR lpszNewValue); long GetUserTag(); void SetUserTag(long nNewValue); short Delete(); short DeleteClones(long nFlags); short Empty(); short EnumObjects(short nFlag); }; #endif // __VECGROUP_H__