IFileSystemInit Interface

On this page:

Description

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

Connect IFileSystemInit

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)