noxstring.odl 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // noxstring.odl : type library source for noxstring.exe
  2. // This file will be processed by the MIDL compiler to produce the
  3. // type library (noxstring.tlb).
  4. [ uuid(2BF31247-3BA1-11D3-B9DA-006097B90D93), version(1.0) ]
  5. library Noxstring
  6. {
  7. importlib("stdole32.tlb");
  8. importlib("stdole2.tlb");
  9. // Primary dispatch interface for CNoxstringDoc
  10. [ uuid(2BF31248-3BA1-11D3-B9DA-006097B90D93) ]
  11. dispinterface INoxstring
  12. {
  13. properties:
  14. // NOTE - ClassWizard will maintain property information here.
  15. // Use extreme caution when editing this section.
  16. //{{AFX_ODL_PROP(CNoxstringDlgAutoProxy)
  17. //}}AFX_ODL_PROP
  18. methods:
  19. // NOTE - ClassWizard will maintain method information here.
  20. // Use extreme caution when editing this section.
  21. //{{AFX_ODL_METHOD(CNoxstringDlgAutoProxy)
  22. //}}AFX_ODL_METHOD
  23. };
  24. // Class information for CNoxstringDoc
  25. [ uuid(2BF31246-3BA1-11D3-B9DA-006097B90D93) ]
  26. coclass Noxstring
  27. {
  28. [default] dispinterface INoxstring;
  29. };
  30. //{{AFX_APPEND_ODL}}
  31. //}}AFX_APPEND_ODL}}
  32. };