Leaked source code of windows server 2003
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.

33 lines
439 B

  1. import "oaidl.idl";
  2. import "ocidl.idl";
  3. [
  4. object,
  5. uuid(F2514FB8-E95B-4969-A097-F08841E10509),
  6. pointer_default(unique)
  7. ]
  8. interface IRssSecTest : IUnknown
  9. {
  10. HRESULT Test(void);
  11. };
  12. [
  13. uuid(22991208-B506-4232-8A78-A6204995F244),
  14. version(1.0),
  15. ]
  16. library RssTestLib
  17. {
  18. importlib("stdole2.tlb");
  19. [
  20. uuid(D68BD5B0-D6AA-11d0-9EDA-00A02488FCDE),
  21. ]
  22. coclass CRssSecTest
  23. {
  24. interface IUnknown;
  25. };
  26. };