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.

45 lines
959 B

  1. // ProcCon.idl : IDL source for ProcCon.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (ProcCon.tlb) and marshalling code.
  5. // note the midl complier running under VC++ 5.0 "uses" the include path to find idl files
  6. // it honors:
  7. // Tools-Options-directories tab-include files entries
  8. // but does not honor
  9. // Project-Settings-C++ tab-preprocessor-additional include directories entries
  10. //
  11. import "oaidl.idl";
  12. import "ocidl.idl";
  13. import "mmc.idl";
  14. [
  15. uuid(D92D1B84-0619-11D2-8014-00104B9A3106),
  16. version(1.0),
  17. helpstring("ProcCon 1.0 Type Library")
  18. ]
  19. library PROCCONLib
  20. {
  21. importlib("stdole2.tlb");
  22. [
  23. uuid(7cfc9f00-0641-11d2-8014-00104b9a3106),
  24. helpstring("ComponentData Class")
  25. ]
  26. coclass ComponentData
  27. {
  28. [default] interface IComponentData;
  29. };
  30. [
  31. uuid(7cfc9f01-0641-11d2-8014-00104b9a3106),
  32. helpstring("ProcCon About Class")
  33. ]
  34. coclass About
  35. {
  36. [default] interface ISnapinAbout;
  37. };
  38. };