www.pudn.com > test_vc_11.rar > names.h
#if !defined(AFX_NAMES_H__36CD351B_21FC_4418_80D9_73B8742909EF__INCLUDED_)
#define AFX_NAMES_H__36CD351B_21FC_4418_80D9_73B8742909EF__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 CSpreadsheet;
class CName;
/////////////////////////////////////////////////////////////////////////////
// CNames wrapper class
class CNames : public COleDispatchDriver
{
public:
CNames() {} // Calls COleDispatchDriver default constructor
CNames(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CNames(const CNames& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
LPDISPATCH GetApplication();
long GetCount();
LPDISPATCH GetParent();
CName Item(const VARIANT& Index, const VARIANT& IndexLocal, const VARIANT& RefersTo);
void Add(const VARIANT& Name, const VARIANT& RefersTo, const VARIANT& Visible, const VARIANT& MacroType, const VARIANT& ShortcutKey, const VARIANT& Category, const VARIANT& NameLocal, const VARIANT& RefersToLocal,
const VARIANT& CategoryLocal, const VARIANT& RefersToR1C1, const VARIANT& RefersToR1C1Local);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NAMES_H__36CD351B_21FC_4418_80D9_73B8742909EF__INCLUDED_)