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.

48 lines
1.1 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: certxds.idl
  7. //
  8. // Contents: IDL source for certxds
  9. //
  10. //---------------------------------------------------------------------------
  11. import "wtypes.idl";
  12. import "certexit.idl";
  13. import "certmod.idl";
  14. //+--------------------------------------------------------------------------
  15. // certexit Type library
  16. //+--------------------------------------------------------------------------
  17. [
  18. uuid(5cc8dc80-c2c8-11d2-b313-00c04f79dc72),
  19. version(1.0),
  20. helpstring("CertExit 1.0 Type Library")
  21. ]
  22. library CERTEXITLib
  23. {
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(5c5f6c90-c2c8-11d2-b313-00c04f79dc72),
  27. helpstring("CertExit Class")
  28. ]
  29. coclass CCertExit
  30. {
  31. [default] interface ICertExit2;
  32. };
  33. [
  34. uuid(5d2c2fb0-c2c8-11d2-b313-00c04f79dc72),
  35. helpstring("CertManageModule Class")
  36. ]
  37. coclass CCertManageExitModule
  38. {
  39. [default] interface ICertManageModule;
  40. };
  41. };