DUDES.ODL
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. // dudes.odl : type library source for dudes.exe
  2. // This file will be processed by the Make Type Library (mktyplib) tool to
  3. // produce the type library (dudes.tlb).
  4. [ uuid(DD24A5C1-851C-11D1-B715-004845800311), version(1.0) ]
  5. library Dudesvr
  6. {
  7. importlib("stdole32.tlb");
  8. //  Primary dispatch interface for CDudesvrDoc
  9. [ uuid(DD24A5C2-851C-11D1-B715-004845800311) ]
  10. dispinterface IDudesv
  11. {
  12. properties:
  13. // NOTE - ClassWizard will maintain property information here.
  14. //    Use extreme caution when editing this section.
  15. //{{AFX_ODL_PROP(CDudesvrDoc)
  16. //}}AFX_ODL_PROP
  17. methods:
  18. // NOTE - ClassWizard will maintain method information here.
  19. //    Use extreme caution when editing this section.
  20. //{{AFX_ODL_METHOD(CDudesvrDoc)
  21. //}}AFX_ODL_METHOD
  22. };
  23. //  Class information for CDudesvrDoc
  24. [ uuid(DD24A5C0-851C-11D1-B715-004845800311) ]
  25. coclass Document
  26. {
  27. [default] dispinterface IDudesv;
  28. };
  29. //{{AFX_APPEND_ODL}}
  30. };