home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / mdibind / rdocols.h < prev    next >
C/C++ Source or Header  |  1998-03-26  |  1KB  |  37 lines

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