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.

29 lines
598 B

  1. // SCOTest.idl : IDL source for IISSCOv50.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (IISSCOv50.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "Provisioning.idl";
  8. [
  9. uuid(43C9637B-E647-4E82-AE38-2016454A729D),
  10. version(1.0),
  11. helpstring("IISSCOv50 1.0 Type Library")
  12. ]
  13. library IISSCOV50Lib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(B83A63A9-7132-49EA-B6F2-A454E5F37A41),
  19. helpstring("IISSCO50 Class")
  20. ]
  21. coclass IISSCO50
  22. {
  23. [default] interface IProvProvider;
  24. };
  25. };