rowcursor.h 658 B

123456789101112131415161718192021
  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  3. // Microsoft Visual C++, your modifications will be overwritten.
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CRowCursor wrapper class
  6. class CRowCursor : public COleDispatchDriver
  7. {
  8. public:
  9. CRowCursor() {} // Calls COleDispatchDriver default constructor
  10. CRowCursor(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  11. CRowCursor(const CRowCursor& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  12. // Attributes
  13. public:
  14. // Operations
  15. public:
  16. };