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.

56 lines
1.0 KiB

  1. // EvtVwr.idl : IDL source for EvtVwr.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (EvtVwr.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(1DCBBC99-77D1-456D-BA21-89456CC5F3B7),
  10. helpstring("ICompData Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface ICompData : IUnknown
  14. {
  15. };
  16. [
  17. object,
  18. uuid(EA1621DC-3A2F-4B73-8899-6080E0CD439C),
  19. helpstring("ICAbout Interface"),
  20. pointer_default(unique)
  21. ]
  22. interface ICAbout : IUnknown
  23. {
  24. };
  25. [
  26. uuid(BE99E5BF-1E41-4CFE-9699-FDF17D8D3E71),
  27. version(1.0),
  28. helpstring("EvtVwr 1.0 Type Library")
  29. ]
  30. library EVTVWRLib
  31. {
  32. importlib("stdole32.tlb");
  33. importlib("stdole2.tlb");
  34. [
  35. uuid(D26F5CC6-58E0-46A2-8939-C2D051E3E343),
  36. helpstring("CompData Class")
  37. ]
  38. coclass CompData
  39. {
  40. [default] interface ICompData;
  41. };
  42. [
  43. uuid(37C40DB4-6539-40DF-8022-8EB106883236),
  44. helpstring("CAbout Class")
  45. ]
  46. coclass CAbout
  47. {
  48. [default] interface ICAbout;
  49. };
  50. };