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.

49 lines
1.2 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: expolicy.idl
  7. //
  8. // Contents: IDL source for expolicy
  9. //
  10. //---------------------------------------------------------------------------
  11. import "wtypes.idl";
  12. import "certpol.idl";
  13. import "certmod.idl";
  14. //+--------------------------------------------------------------------------
  15. // certpol Type library
  16. //+--------------------------------------------------------------------------
  17. [
  18. uuid(bf575a0c-130c-4d82-b4b3-00bc01f7fbca),
  19. version(1.0),
  20. helpstring("CertPolicyExchange 1.0 Type Library")
  21. ]
  22. library CERTPOLICYEXCHANGELib
  23. {
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(3559684e-5ce8-42f5-a4ec-30978a9286c6),
  27. helpstring("CertPolicyExchange Class")
  28. ]
  29. coclass CCertPolicyExchange
  30. {
  31. [default] interface ICertPolicy2;
  32. };
  33. [
  34. uuid(8d1c8428-2f34-471d-9cb7-4ca53b509cbe),
  35. helpstring("CertManagePolicyModuleExchange Class")
  36. ]
  37. coclass CCertManagePolicyModuleExchange
  38. {
  39. [default] interface ICertManageModule;
  40. };
  41. };