#ifndef __VECCONT_H__ #define __VECCONT_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. // Dispatch interfaces referenced by this interface class CPicture; ///////////////////////////////////////////////////////////////////////////// // CLTVectorContainer wrapper class class CLTVectorContainer : public COleDispatchDriver { public: CLTVectorContainer() {} // Calls COleDispatchDriver default constructor CLTVectorContainer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTVectorContainer(const CLTVectorContainer& 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 GetLimitLeft(); void SetLimitLeft(long nNewValue); long GetLimitTop(); void SetLimitTop(long nNewValue); long GetLimitWidth(); void SetLimitWidth(long nNewValue); long GetLimitHeight(); void SetLimitHeight(long nNewValue); unsigned long GetBorderColor(); void SetBorderColor(unsigned long newValue); long GetHandleWidth(); void SetHandleWidth(long nNewValue); long GetHandleHeight(); void SetHandleHeight(long nNewValue); unsigned long GetHandleColor(); void SetHandleColor(unsigned long newValue); BOOL GetEnableHandles(); void SetEnableHandles(BOOL bNewValue); CPicture GetObjectCursor(long ObjectType); void SetObjectCursor(long ObjectType, LPDISPATCH newValue); BOOL GetEnabled(); void SetEnabled(BOOL bNewValue); short SetActive(); long GetPContainer(); short Update(long nLeft, long nTop, long nWidth, long nHeight); short Reset(); }; #endif // __VECCONT_H__