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.

45 lines
933 B

  1. // scp.idl : IDL source for msscp.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (scp.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. #include "wmdm.idl"
  8. #include "wmsp.idl"
  9. #include "wmscp.idl"
  10. #include "IComponentAuthenticate.idl"
  11. [
  12. uuid(32BAED35-34B5-11D3-9315-00C04F72D6CF),
  13. version(1.0),
  14. helpstring("scp 1.0 Type Library")
  15. ]
  16. library SCPLib
  17. {
  18. importlib("stdole32.tlb");
  19. importlib("stdole2.tlb");
  20. [
  21. uuid(32BAED44-34B5-11D3-9315-00C04F72D6CF),
  22. helpstring("MSSCP Class")
  23. ]
  24. coclass MSSCP
  25. {
  26. [default] interface ISCPSecureAuthenticate;
  27. interface IComponentAuthenticate;
  28. };
  29. [
  30. uuid(5C140836-43DE-11d3-847D-00C04F79DBC0),
  31. helpstring("SCPTrans Class")
  32. ]
  33. coclass SCPTRANS
  34. {
  35. [default] interface ISCPSecureQuery;
  36. interface ISCPSecureQuery2;
  37. interface ISCPSecureExchange;
  38. };
  39. };