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.

36 lines
695 B

  1. // DomMigSI.idl : IDL source for DomMigSI.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DomMigSI.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(7DE24380-3F8B-11D3-8AED-00A0C9AFE114),
  9. version(1.0),
  10. helpstring("DomMigSI 1.0 Type Library")
  11. ]
  12. library DOMMIGSILib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(E1975D70-3F8E-11D3-99EE-00C04F39BD92),
  18. helpstring("DomMigrator Class")
  19. ]
  20. coclass DomMigrator
  21. {
  22. [default] interface IUnknown;
  23. }
  24. [
  25. uuid(E1975D71-3F8E-11D3-99EE-00C04F39BD92),
  26. helpstring("DomMigrator Class About")
  27. ]
  28. coclass DomMigratorAbout
  29. {
  30. [default] interface IUnknown;
  31. }
  32. };