Share via


IWMSRootDirectories Interface

banner art

Previous Next

IWMSRootDirectories Interface

The IWMSRootDirectories interface contains a collection of root directory paths for the enabled data source plug-ins.

In addition to the methods inherited from IDispatch, the IWMSRootDirectories interface exposes the following methods.

Method Description
get_Count Retrieves the number of root directory paths in the IWMSRootDirectories collection.
get_Item Retrieves a specific root directory path from the IWMSRootDirectories collection.
get_length Retrieves the number of root directory paths in the IWMSRootDirectories collection. This method is provided for JScript compatibility.

Example Code

The following example illustrates how to retrieve a pointer to an IWMSRootDirectories interface.

  EXIT:
    // TODO: Release temporary COM objects and uninitialize COM.

See Also

Previous Next