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.

74 lines
1.4 KiB

  1. // CertMgr.idl : IDL source for CertMgr.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (CertMgr.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(53D6AB1B-2488-11d1-A28C-00C04FB94F17),
  10. helpstring("ICertificateManager Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface ICertificateManager : IUnknown
  14. {
  15. };
  16. [
  17. uuid(53D6AB1C-2488-11d1-A28C-00C04FB94F17),
  18. version(1.0),
  19. helpstring("CertMgr 1.0 Type Library")
  20. ]
  21. library CERTMGRLib
  22. {
  23. importlib("stdole32.tlb");
  24. [
  25. uuid(53D6AB1D-2488-11d1-A28C-00C04FB94F17),
  26. helpstring("CERTMGR Class")
  27. ]
  28. coclass CertificateManager
  29. {
  30. [default] interface ICertificateManager;
  31. };
  32. /////////////////////////////////////////////
  33. [
  34. uuid(69A25C12-1811-11d2-A52B-0000F803A951),
  35. helpstring("CERTMGR About")
  36. ]
  37. coclass CertificateManagerAbout
  38. {
  39. [default] interface ICertificateManager;
  40. };
  41. /////////////////////////////////////////////
  42. [
  43. uuid(69A25C14-1811-11d2-A52B-0000F803A951),
  44. helpstring("CERTMGR Public Key Policies About")
  45. ]
  46. coclass PublicKeyPoliciesAbout
  47. {
  48. [default] interface ICertificateManager;
  49. };
  50. /////////////////////////////////////////////
  51. [
  52. uuid(280A7B65-8F00-438f-989B-8EAF9E438A71),
  53. helpstring("CERTMGR Safer Windows About")
  54. ]
  55. coclass SaferWindowsAbout
  56. {
  57. [default] interface ICertificateManager;
  58. };
  59. };