Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| 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 |