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.

49 lines
1.1 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: ccertpol.idl
  7. //
  8. // Contents: IDL source for ccertpol
  9. // Contents: IDL source for ccertxds
  10. //
  11. //---------------------------------------------------------------------------
  12. import "wtypes.idl";
  13. import "certmod.idl";
  14. //+--------------------------------------------------------------------------
  15. // certpol Type library
  16. //+--------------------------------------------------------------------------
  17. [
  18. uuid(39c0a710-7636-11d0-b413-00a0c91bbf8c),
  19. version(1.0),
  20. helpstring("Policy and Exit module legacy support")
  21. ]
  22. library CERTPOLICYLib
  23. {
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(6853e76a-bd3e-11d1-9a4d-00c04fc297eb),
  27. helpstring("CertManageModule legacy support")
  28. ]
  29. coclass CCertManagePolicyModule
  30. {
  31. [default] interface ICertManageModule;
  32. };
  33. [
  34. uuid(6dc5746e-1a01-11d3-9ed6-00c04f79731e),
  35. helpstring("CertManageModule legacy support")
  36. ]
  37. coclass CCertManageExitModule
  38. {
  39. [default] interface ICertManageModule;
  40. };
  41. };