#ifndef __DERIVEDLONG_H__ #define __DERIVEDLONG_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. ///////////////////////////////////////////////////////////////////////////// // CDerivedLong wrapper class class CDerivedLong : public COleDispatchDriver { public: CDerivedLong() {} // Calls COleDispatchDriver default constructor CDerivedLong(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CDerivedLong(const CDerivedLong& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); long GetValue(); void SetValue(long); long Get_Value(); void Set_Value(long); BOOL GetIsDefault(); void SetIsDefault(BOOL); // Operations public: }; #endif // __DERIVEDLONG_H__