windows-nt/Source/XPSP1/NT/admin/admt/common/idl/dommigsi.idl

37 lines
695 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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;
}
};