- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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}}
- };