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.

47 lines
1.1 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: certxsam.idl
  7. //
  8. // Contents: IDL source for certsam
  9. //
  10. //---------------------------------------------------------------------------
  11. import "wtypes.idl";
  12. import "certmod.idl";
  13. import "certexit.idl";
  14. //+--------------------------------------------------------------------------
  15. // certexit Type library
  16. //+--------------------------------------------------------------------------
  17. [
  18. uuid(591b82d8-bd2b-453b-a0dd-3618b9925197),
  19. version(1.0),
  20. helpstring("CertExitSQLSample 1.0 Type Library")
  21. ]
  22. library CERTEXITSAMPLELib
  23. {
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(a0fc3bf6-d67d-47c4-a78c-ea62945b0f69),
  27. helpstring("CertExitSQLSample Class")
  28. ]
  29. coclass CCertExitSQLSample
  30. {
  31. [default] interface ICertExit;
  32. };
  33. [
  34. uuid(8fc1617e-fd6a-498a-a95a-d39462aa289e),
  35. helpstring("CertManageExitModuleSQLSample Class")
  36. ]
  37. coclass CCertManageExitModuleSQLSample
  38. {
  39. [default] interface ICertManageModule;
  40. };
  41. };