player.odl
上传用户:chjulong
上传日期:2020-01-10
资源大小:3427k
文件大小:1k
源码类别:

midi

开发平台:

Visual C++

  1. // player.odl : type library source for player.exe
  2. // This file will be processed by the MIDL compiler to produce the
  3. // type library (player.tlb).
  4. [ uuid(F5B21A84-5EE9-11D7-BCB5-CEB29E77AC3D), version(1.0) ]
  5. library Player
  6. {
  7. importlib("stdole32.tlb");
  8. importlib("stdole2.tlb");
  9. //  Primary dispatch interface for CPlayerDoc
  10. [ uuid(F5B21A85-5EE9-11D7-BCB5-CEB29E77AC3D) ]
  11. dispinterface IPlayer
  12. {
  13. properties:
  14. // NOTE - ClassWizard will maintain property information here.
  15. //    Use extreme caution when editing this section.
  16. //{{AFX_ODL_PROP(CPlayerDlgAutoProxy)
  17. //}}AFX_ODL_PROP
  18. methods:
  19. // NOTE - ClassWizard will maintain method information here.
  20. //    Use extreme caution when editing this section.
  21. //{{AFX_ODL_METHOD(CPlayerDlgAutoProxy)
  22. //}}AFX_ODL_METHOD
  23. };
  24. //  Class information for CPlayerDoc
  25. [ uuid(F5B21A83-5EE9-11D7-BCB5-CEB29E77AC3D) ]
  26. coclass Player
  27. {
  28. [default] dispinterface IPlayer;
  29. };
  30. //{{AFX_APPEND_ODL}}
  31. //}}AFX_APPEND_ODL}}
  32. };