SourceComp.odl
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:1k
源码类别:

DNA

开发平台:

Visual C++

  1. // SourceComp.odl : type library source for SourceComp.dll
  2. // This file will be processed by the MIDL compiler to produce the
  3. // type library (SourceComp.tlb).
  4. [ uuid(B77C2977-56DD-11CF-B355-00104B08CC22), version(1.0) ]
  5. library SourceComp
  6. {
  7. importlib("stdole32.tlb");
  8. importlib("stdole2.tlb");
  9. //  Primary dispatch interface for CSourceObj
  10. [ uuid(B77C2984-56DD-11CF-B355-00104B08CC22) ]
  11. dispinterface ISourceObj
  12. {
  13. properties:
  14. // NOTE - ClassWizard will maintain property information here.
  15. //    Use extreme caution when editing this section.
  16. //{{AFX_ODL_PROP(CSourceObj)
  17. [id(1)] long MyProperty;
  18. //}}AFX_ODL_PROP
  19. methods:
  20. // NOTE - ClassWizard will maintain method information here.
  21. //    Use extreme caution when editing this section.
  22. //{{AFX_ODL_METHOD(CSourceObj)
  23. //}}AFX_ODL_METHOD
  24. };
  25. [ uuid(B77C2985-56DD-11CF-B355-00104B08CC22) ]
  26. dispinterface IEventSet
  27. {
  28. properties:
  29. //  Event interface has no properties
  30. methods:
  31. // NOTE - ClassWizard will maintain event information here.
  32. //    Use extreme caution when editing this section.
  33. //{{AFX_ODL_EVENT(CSourceObj)
  34. [id(0)] void PropChanged(long nInt);
  35. //}}AFX_ODL_EVENT
  36. };
  37. //  Class information for CSourceObj
  38. [ uuid(B77C2986-56DD-11CF-B355-00104B08CC22) ]
  39. coclass SourceObj
  40. {
  41. [default] dispinterface ISourceObj;
  42. [default,source] dispinterface IEventSet;
  43. };
  44. //{{AFX_APPEND_ODL}}
  45. //}}AFX_APPEND_ODL}}
  46. };