IFileSystemInit Interface

This interface enables Merge to provide the implementing component with a reference to an interface that can be used to store/restore preferences and to access user-interface information. A component that implements this interface typically implements IFileSystem as well.

Methods

ConnectIFileSystemInit

The file system component can use this interface to query for other interfaces that enable the storage of component preferences and access to the Merge user interface.

IDL HRESULT Connect(
    [in] IHost* pHost)
.NET void Connect(
    IHost pHost)
  • pHost
    An interface to a component that also implements the IHostUI and IHostConfig interfaces.