RDOCOLS.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- #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__