www.pudn.com > test_vc_11.rar > buttonmenus.h
#if !defined(AFX_BUTTONMENUS_H__8A812732_F06E_4705_9023_4CC12D8CA06C__INCLUDED_)
#define AFX_BUTTONMENUS_H__8A812732_F06E_4705_9023_4CC12D8CA06C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 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 CButtonMenu;
/////////////////////////////////////////////////////////////////////////////
// CButtonMenus wrapper class
class CButtonMenus : public COleDispatchDriver
{
public:
CButtonMenus() {} // Calls COleDispatchDriver default constructor
CButtonMenus(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CButtonMenus(const CButtonMenus& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
short GetCount();
void SetCount(short nNewValue);
CButtonMenu GetItem(VARIANT* Index);
void SetRefItem(VARIANT* Index, LPDISPATCH newValue);
void Remove(VARIANT* Index);
void Clear();
CButtonMenu Add(VARIANT* Index, VARIANT* Key, VARIANT* Text);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BUTTONMENUS_H__8A812732_F06E_4705_9023_4CC12D8CA06C__INCLUDED_)