#ifndef __INTERIOR_H__ #define __INTERIOR_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 CImage; ///////////////////////////////////////////////////////////////////////////// // CInterior wrapper class class CInterior : public COleDispatchDriver { public: CInterior() {} // Calls COleDispatchDriver default constructor CInterior(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CInterior(const CInterior& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); unsigned long GetBackgroundColor(); void SetBackgroundColor(unsigned long); unsigned long GetForegroundColor(); void SetForegroundColor(unsigned long); CImage GetImage(); // Operations public: }; #endif // __INTERIOR_H__