#ifndef __ACTIONMAP_H__ #define __ACTIONMAP_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. ///////////////////////////////////////////////////////////////////////////// // CActionMap wrapper class class CActionMap : public COleDispatchDriver { public: CActionMap() {} // Calls COleDispatchDriver default constructor CActionMap(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CActionMap(const CActionMap& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: long GetAction(); void SetAction(long); long Get_Action(); void Set_Action(long); short GetMessage(); short GetModifier(); short GetKeyCode(); LPDISPATCH GetParent(); // Operations public: }; #endif // __ACTIONMAP_H__