Source code of Windows XP (NT5)
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.

53 lines
1.0 KiB

  1. // Smlogcfg.idl : IDL source for Performance Logs and Alerts Manager
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (smlogcfg.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "mmc.idl";
  8. [
  9. uuid(7478EF60-8C46-11d1-8D99-00A0C913CAD4),
  10. version(1.0),
  11. helpstring("Performance Logs and Alerts 1.0 Type Library")
  12. ]
  13. library SmLogCfgLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(7478EF61-8C46-11d1-8D99-00A0C913CAD4),
  19. helpstring("ComponentData Class")
  20. ]
  21. coclass ComponentData
  22. {
  23. [default] interface IComponentData;
  24. };
  25. [
  26. uuid(7478EF62-8C46-11d1-8D99-00A0C913CAD4),
  27. helpstring("Component Class")
  28. ]
  29. coclass Component
  30. {
  31. [default] interface IComponent;
  32. };
  33. [
  34. uuid(7478EF65-8C46-11d1-8D99-00A0C913CAD4),
  35. helpstring("ComponentData Class")
  36. ]
  37. coclass ExtensionSnapin
  38. {
  39. [default] interface IComponentData;
  40. };
  41. [
  42. uuid(7478EF69-8C46-11d1-8D99-00A0C913CAD4),
  43. helpstring("PerformanceAbout Class")
  44. ]
  45. coclass PerformanceAbout
  46. {
  47. [default] interface ISnapinAbout;
  48. };
  49. };