IWindowsMediaLibrarySharingDevices interface
The IWindowsMediaLibrarySharingDevices interface defines methods that provide access to the collection of media devices on the home network.
Members
The IWindowsMediaLibrarySharingDevices interface inherits from the IDispatch interface. IWindowsMediaLibrarySharingDevices also has these types of members:
Methods
The IWindowsMediaLibrarySharingDevices interface has these methods.
| Method | Description |
|---|---|
| get_Count |
Retrieves the number of media devices on the home network. |
| get_Item |
Retrieves an IWindowsMediaLibrarySharingDevice interface that represents an individual media device. |
| GetDevice |
Retrieves an IWindowsMediaLibrarySharingDevice interface that represents an individual media device. |
Remarks
To obtain an IWindowsMediaLibrarySharingDevices interface, call the getAllDevices method of the IWindowsMediaLibrarySharingServices interface.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also