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.1 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: certpsam.idl
  7. //
  8. // Contents: IDL source for certpsam
  9. //
  10. //---------------------------------------------------------------------------
  11. import "wtypes.idl";
  12. import "certpol.idl";
  13. import "certmod.idl";
  14. //+--------------------------------------------------------------------------
  15. // certpol Type library
  16. //+--------------------------------------------------------------------------
  17. [
  18. uuid(98a77720-c2c8-11d2-b313-00c04f79dc72),
  19. version(1.0),
  20. helpstring("CertPolicySample 1.0 Type Library")
  21. ]
  22. library CERTPOLICYSAMPLELib
  23. {
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(98f87410-c2c8-11d2-b313-00c04f79dc72),
  27. helpstring("CertPolicySample Class")
  28. ]
  29. coclass CCertPolicySample
  30. {
  31. [default] interface ICertPolicy2;
  32. };
  33. [
  34. uuid(98567a30-c2c8-11d2-b313-00c04f79dc72),
  35. helpstring("CertManagePolicyModuleSample Class")
  36. ]
  37. coclass CCertManagePolicyModuleSample
  38. {
  39. [default] interface ICertManageModule;
  40. };
  41. };