DUDES.ODL
资源名称:tc3d.zip [点击查看]
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:1k
源码类别:
游戏
开发平台:
Visual C++
- // dudes.odl : type library source for dudes.exe
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (dudes.tlb).
- [ uuid(DD24A5C1-851C-11D1-B715-004845800311), version(1.0) ]
- library Dudesvr
- {
- importlib("stdole32.tlb");
- // Primary dispatch interface for CDudesvrDoc
- [ uuid(DD24A5C2-851C-11D1-B715-004845800311) ]
- dispinterface IDudesv
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CDudesvrDoc)
- //}}AFX_ODL_PROP
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CDudesvrDoc)
- //}}AFX_ODL_METHOD
- };
- // Class information for CDudesvrDoc
- [ uuid(DD24A5C0-851C-11D1-B715-004845800311) ]
- coclass Document
- {
- [default] dispinterface IDudesv;
- };
- //{{AFX_APPEND_ODL}}
- };