OLEDBTextProvider.idl
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // OLEDBTextProvider.idl : IDL source for OLEDBTextProvider.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (OLEDBTextProvider.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(92302A1F-C84E-11D2-9949-B402645DC745),
  9. version(1.0),
  10. helpstring("OLEDBTextProvider 1.0 Type Library")
  11. ]
  12. library OLEDBTEXTPROVIDERLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(92302A2C-C84E-11D2-9949-B402645DC745),
  18. helpstring("OLEDBTextProvider OLE DB Provider")
  19. ]
  20. coclass OLEDBTextProvider
  21. {
  22. interface IUnknown;
  23. };
  24. };