// DfsGUI.idl : IDL source for DfsGUI.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (DfsGUI.tlb) and marshalling code.

//----------------------------------------------------------------
//		DfsSnapinScopeManager
//			(IComponentData)
//			(IExtendContextMenu)
//			(IPersistStream)
//		DfsSnapinResultManager
//			(IComponent)
//----------------------------------------------------------------


//----------------------------------------------------------------
//							OVERVIEW
//----------------------------------------------------------------
//	The objects are provided for the MMC. All the components
//	can also be invoked from any COM Client (VB,etc.).
//

import "oaidl.idl";
import "ocidl.idl";


//----------------------------------------------------------------
//			DfsGUI Type Library
//----------------------------------------------------------------
[
	uuid(D8861A21-3343-11D1-BE3D-00A024DFD45D),
	version(1.0),
	helpstring("DfsGUI 1.0 Type Library")
]
library DFSGUILib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(677A2D94-28D9-11D1-A95B-008048918FB1),
		helpstring("DfsSnapinScopeManager Class")
	]
	coclass DfsSnapinScopeManager
	{
		[default] interface IUnknown;
	};
	[
		uuid(3C4BAEF5-3278-11D1-9A4B-0080ADAA5C4B),
		helpstring("DfsSnapinResultManager Class")
	]
	coclass DfsSnapinResultManager
	{
		[default] interface IUnknown;
	};
};
