selbookmarks.h
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  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. // CSelBookmarks wrapper class
  6. class CSelBookmarks : public COleDispatchDriver
  7. {
  8. public:
  9. CSelBookmarks() {} // Calls COleDispatchDriver default constructor
  10. CSelBookmarks(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  11. CSelBookmarks(const CSelBookmarks& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  12. // Attributes
  13. public:
  14. // Operations
  15. public:
  16. long GetCount();
  17. VARIANT GetItem(const VARIANT& Index);
  18. void Remove(const VARIANT& Index);
  19. void Add(const VARIANT& Bookmark);
  20. };