WaveEditClient.odl
上传用户:samlee1007
上传日期:2007-01-02
资源大小:123k
文件大小:1k
- // WaveEditClient.odl : type library source for WaveEditClient.exe
- [ uuid(618031C1-6A68-11D2-B4AD-DEC1CAFE5B54), version(1.0) ]
- library WaveEditClient
- {
- importlib("stdole32.tlb");
-
- [ uuid(618031C2-6A68-11D2-B4AD-DEC1CAFE5B54) ]
- dispinterface IWaveEditClient
- {
- properties:
- //{{AFX_ODL_PROP(CWaveEditClientDoc)
- //}}AFX_ODL_PROP
-
- methods:
- //{{AFX_ODL_METHOD(CWaveEditClientDoc)
- [id(1)] void SetResetTimer();
- [id(2)] void Testing();
- //}}AFX_ODL_METHOD
- };
- [ uuid(618031C0-6A68-11D2-B4AD-DEC1CAFE5B54) ]
- coclass Document
- {
- [default] dispinterface IWaveEditClient;
- };
- //{{AFX_APPEND_ODL}}
- //}}AFX_APPEND_ODL}}
- };