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.

41 lines
814 B

  1. // xaddroot.idl : IDL source for xaddroot.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (xaddroot.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(8D80F65F-7404-44A2-99DA-E595796110E6),
  10. dual,
  11. helpstring("Icaddroot Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface Icaddroot : IDispatch
  15. {
  16. HRESULT AddRoots(BSTR wszCTL);
  17. HRESULT AddCA(BSTR wszX509);
  18. };
  19. [
  20. uuid(1CF59903-7F1C-4DA0-B068-DF8E20ECDE7C),
  21. version(1.0),
  22. helpstring("xaddroot 1.0 Type Library")
  23. ]
  24. library XADDROOTLib
  25. {
  26. importlib("stdole32.tlb");
  27. importlib("stdole2.tlb");
  28. [
  29. uuid(C1422F20-C082-469D-B0B1-AD60CDBDC466),
  30. helpstring("caddroot Class")
  31. ]
  32. coclass caddroot
  33. {
  34. [default] interface Icaddroot;
  35. };
  36. };