home *** CD-ROM | disk | FTP | other *** search
- /* START_LICENSE_HEADER
-
- Copyright (C) 2000 Martin Piper, original design and program code
- Copyright (C) 2001-2005 Replica Software
-
- This program file is copyright (C) Replica Software and can only be used under license.
- For more information visit: http://www.replicanet.com/
- Or email: info@replicanet.com
-
- END_LICENSE_HEADER */
- #if !defined(AFX_OLEOBJECT_H__5A5ADFFE_EB2A_45EE_90F5_9CA295F2C46D__INCLUDED_)
- #define AFX_OLEOBJECT_H__5A5ADFFE_EB2A_45EE_90F5_9CA295F2C46D__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.
-
- /////////////////////////////////////////////////////////////////////////////
- // COLEObject wrapper class
-
- class COLEObject : public COleDispatchDriver
- {
- public:
- COLEObject() {} // Calls COleDispatchDriver default constructor
- COLEObject(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- COLEObject(const COLEObject& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
-
- // Attributes
- public:
-
- // Operations
- public:
- long GetIndex();
- CString GetKey();
- void SetKey(LPCTSTR lpszNewValue);
- CString GetClass();
- long GetDisplayType();
- void SetDisplayType(long nNewValue);
- VARIANT GetObjectVerbs();
- VARIANT GetObjectVerbFlags();
- long GetObjectVerbsCount();
- void DoVerb(const VARIANT& verb);
- long FetchVerbs();
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_OLEOBJECT_H__5A5ADFFE_EB2A_45EE_90F5_9CA295F2C46D__INCLUDED_)
-