WaveEditClient.odl
上传用户:samlee1007
上传日期:2007-01-02
资源大小:123k
文件大小:1k
源码类别:

文件操作

开发平台:

Visual C++

  1. // WaveEditClient.odl : type library source for WaveEditClient.exe
  2. [ uuid(618031C1-6A68-11D2-B4AD-DEC1CAFE5B54), version(1.0) ]
  3. library WaveEditClient
  4. {
  5. importlib("stdole32.tlb");
  6. [ uuid(618031C2-6A68-11D2-B4AD-DEC1CAFE5B54) ]
  7. dispinterface IWaveEditClient
  8. {
  9. properties:
  10. //{{AFX_ODL_PROP(CWaveEditClientDoc)
  11. //}}AFX_ODL_PROP
  12. methods:
  13. //{{AFX_ODL_METHOD(CWaveEditClientDoc)
  14. [id(1)] void SetResetTimer();
  15. [id(2)] void Testing();
  16. //}}AFX_ODL_METHOD
  17. };
  18. [ uuid(618031C0-6A68-11D2-B4AD-DEC1CAFE5B54) ]
  19. coclass Document
  20. {
  21. [default] dispinterface IWaveEditClient;
  22. };
  23. //{{AFX_APPEND_ODL}}
  24. //}}AFX_APPEND_ODL}}
  25. };