www.pudn.com > test_vc_11.rar > hyperlink.h
#if !defined(AFX_HYPERLINK_H__DD4FCBE4_4D76_4682_A995_0F3056940774__INCLUDED_)
#define AFX_HYPERLINK_H__DD4FCBE4_4D76_4682_A995_0F3056940774__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 C_Range;
/////////////////////////////////////////////////////////////////////////////
// CHyperlink wrapper class
class CHyperlink : public COleDispatchDriver
{
public:
CHyperlink() {} // Calls COleDispatchDriver default constructor
CHyperlink(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CHyperlink(const CHyperlink& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
LPDISPATCH GetApplication();
CString GetAddress();
void SetAddress(LPCTSTR lpszNewValue);
CString GetName();
C_Range GetParent();
CString GetSubAddress();
void SetSubAddress(LPCTSTR lpszNewValue);
void Delete();
void Follow(VARIANT* NewWindow, VARIANT* AddHistory, VARIANT* ExtraInfo, VARIANT* Method, VARIANT* HeaderInfo);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HYPERLINK_H__DD4FCBE4_4D76_4682_A995_0F3056940774__INCLUDED_)