#ifndef __COORD_H__ #define __COORD_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. ///////////////////////////////////////////////////////////////////////////// // CCoord wrapper class class CCoord : public COleDispatchDriver { public: CCoord() {} // Calls COleDispatchDriver default constructor CCoord(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CCoord(const CCoord& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); long GetX(); void SetX(long); long GetY(); void SetY(long); // Operations public: }; #endif // __COORD_H__