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.
|
|
// 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; } };
|