ExToolBar.odl
上传用户:trjx11
上传日期:2021-03-01
资源大小:158k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. // ExToolBar.odl : type library source for ExToolBar.exe
  2. // This file will be processed by the MIDL compiler to produce the
  3. // type library (ExToolBar.tlb).
  4. [ uuid(298735F4-FF1C-11D1-8A9F-000000000000), version(1.0) ]
  5. library ExToolBar
  6. {
  7. importlib("stdole32.tlb");
  8. //  Primary dispatch interface for CExToolBarDoc
  9. [ uuid(298735F5-FF1C-11D1-8A9F-000000000000) ]
  10. dispinterface IExToolBar
  11. {
  12. properties:
  13. // NOTE - ClassWizard will maintain property information here.
  14. //    Use extreme caution when editing this section.
  15. //{{AFX_ODL_PROP(CExToolBarDoc)
  16. //}}AFX_ODL_PROP
  17. methods:
  18. // NOTE - ClassWizard will maintain method information here.
  19. //    Use extreme caution when editing this section.
  20. //{{AFX_ODL_METHOD(CExToolBarDoc)
  21. //}}AFX_ODL_METHOD
  22. };
  23. //  Class information for CExToolBarDoc
  24. [ uuid(298735F3-FF1C-11D1-8A9F-000000000000) ]
  25. coclass Document
  26. {
  27. [default] dispinterface IExToolBar;
  28. };
  29. //{{AFX_APPEND_ODL}}
  30. //}}AFX_APPEND_ODL}}
  31. };