home *** CD-ROM | disk | FTP | other *** search
- #ifndef __RDOCOLS_H__
- #define __RDOCOLS_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.
-
-
- // Dispatch interfaces referenced by this interface
- class CrdoColumn;
-
- /////////////////////////////////////////////////////////////////////////////
- // CrdoColumns wrapper class
-
- class CrdoColumns : public COleDispatchDriver
- {
- public:
- CrdoColumns() {} // Calls COleDispatchDriver default constructor
- CrdoColumns(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CrdoColumns(const CrdoColumns& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
-
- // Attributes
- public:
-
- // Operations
- public:
- long GetCount();
- void Refresh();
- CrdoColumn GetItem(const VARIANT& Index);
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // __RDOCOLS_H__
-