stddataformatsdisp.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. // Dispatch interfaces referenced by this interface
  5. class CDataFormatDisp;
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CStdDataFormatsDisp wrapper class
  8. class CStdDataFormatsDisp : public COleDispatchDriver
  9. {
  10. public:
  11. CStdDataFormatsDisp() {} // Calls COleDispatchDriver default constructor
  12. CStdDataFormatsDisp(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  13. CStdDataFormatsDisp(const CStdDataFormatsDisp& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. long GetCount();
  19. CDataFormatDisp GetItem(const VARIANT& Index);
  20. void Add(LPDISPATCH pFormat, const VARIANT& Index);
  21. void Remove(const VARIANT& Index);
  22. void Clear();
  23. };