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