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.

54 lines
991 B

  1. // CertTmpl.idl : IDL source for CertTmpl.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (CertTmpl.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(65982245-E649-4611-94A0-D92E86E81604),
  10. helpstring("ICertTemplatesSnapin Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface ICertTemplatesSnapin : IUnknown
  14. {
  15. };
  16. [
  17. uuid(461E01A2-1F91-4fa7-9E6F-2DB84E5F9D02),
  18. version(1.0),
  19. helpstring("CertTmpl 1.0 Type Library")
  20. ]
  21. library CERTTMPLLib
  22. {
  23. importlib("stdole32.tlb");
  24. [
  25. uuid(A994E107-6854-4f3d-917C-E6F01670F6D3),
  26. helpstring("CERTTMPL Class")
  27. ]
  28. coclass CertTemplatesSnapin
  29. {
  30. [default] interface ICertTemplatesSnapin;
  31. };
  32. /////////////////////////////////////////////
  33. [
  34. uuid(DC696F4A-8BCB-4996-B5C3-B018C73BE8B7),
  35. helpstring("CERTTMPL About")
  36. ]
  37. coclass CertTemplatesAbout
  38. {
  39. [default] interface ICertTemplatesSnapin;
  40. };
  41. };