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.

35 lines
704 B

  1. // HotfixManager.idl : IDL source for HotfixManager.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (HotfixManager.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(7CF18F93-72F5-44D1-9906-DBFA6A216BE8),
  9. version(1.0),
  10. helpstring("HotfixManager 1.0 Type Library")
  11. ]
  12. library HOTFIXMANAGERLib
  13. {
  14. importlib("stdole2.tlb");
  15. [
  16. uuid(E810E1EB-6B52-45D0-AB07-FB4B04392AB4),
  17. helpstring("Hotfix_Manager Class")
  18. ]
  19. coclass Hotfix_Manager
  20. {
  21. [default] interface IUnknown;
  22. }
  23. [
  24. uuid(4F0EBD75-DA9D-4D09-8A2E-9AF1D6E02511),
  25. helpstring("Hotfix_Manager Class About")
  26. ]
  27. coclass Hotfix_ManagerAbout
  28. {
  29. [default] interface IUnknown;
  30. }
  31. };