English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > IFileSystemInit Interface

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

Connect

IDL HRESULT Connect([in] IHost* pHost)
.NET void Connect(IHost pHost)
VB6 Connect(pHost As IHost)

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

Arguments