RDOCOLS.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #ifndef __RDOCOLS_H__
  2. #define __RDOCOLS_H__
  3. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  4. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  5. //  Microsoft Visual C++, your modifications will be overwritten.
  6. // Dispatch interfaces referenced by this interface
  7. class CrdoColumn;
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CrdoColumns wrapper class
  10. class CrdoColumns : public COleDispatchDriver
  11. {
  12. public:
  13. CrdoColumns() {}        // Calls COleDispatchDriver default constructor
  14. CrdoColumns(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  15. CrdoColumns(const CrdoColumns& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. long GetCount();
  21. void Refresh();
  22. CrdoColumn GetItem(const VARIANT& Index);
  23. };
  24. //{{AFX_INSERT_LOCATION}}
  25. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  26. #endif // __RDOCOLS_H__