Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
489 B

  1. // pws.odl : type library source for pws.exe
  2. [ uuid(035C43E0-8464-11D0-A92D-08002B2C6F32), version(1.0) ]
  3. library Pws
  4. {
  5. importlib("stdole2.tlb");
  6. [ uuid(035C43E1-8464-11D0-A92D-08002B2C6F32) ]
  7. dispinterface IPws
  8. {
  9. properties:
  10. //{{AFX_ODL_PROP(CPwsDoc)
  11. //}}AFX_ODL_PROP
  12. methods:
  13. //{{AFX_ODL_METHOD(CPwsDoc)
  14. //}}AFX_ODL_METHOD
  15. };
  16. [ uuid(035C43DF-8464-11D0-A92D-08002B2C6F32) ]
  17. coclass Document
  18. {
  19. [default] dispinterface IPws;
  20. };
  21. //{{AFX_APPEND_ODL}}
  22. };