// DomMigSI.idl : IDL source for DomMigSI.dll // // This file will be processed by the MIDL tool to // produce the type library (DomMigSI.tlb) and marshalling code. import "oaidl.idl"; import "ocidl.idl"; [ uuid(7DE24380-3F8B-11D3-8AED-00A0C9AFE114), version(1.0), helpstring("DomMigSI 1.0 Type Library") ] library DOMMIGSILib { importlib("stdole32.tlb"); importlib("stdole2.tlb"); [ uuid(E1975D70-3F8E-11D3-99EE-00C04F39BD92), helpstring("DomMigrator Class") ] coclass DomMigrator { [default] interface IUnknown; } [ uuid(E1975D71-3F8E-11D3-99EE-00C04F39BD92), helpstring("DomMigrator Class About") ] coclass DomMigratorAbout { [default] interface IUnknown; } };