IWindowsMediaLibrarySharingDevice interface
The IWindowsMediaLibrarySharingDevice interface defines methods that provide access to an individual media device on the home network.
Members
The IWindowsMediaLibrarySharingDevice interface inherits from the IDispatch interface. IWindowsMediaLibrarySharingDevice also has these types of members:
Methods
The IWindowsMediaLibrarySharingDevice interface has these methods.
| Method | Description |
|---|---|
| get_Authorization |
Retrieves a value that indicates whether the device is authorized to have access to the current user's media library. |
| get_DeviceID |
Retrieves the device ID. |
| get_Properties |
Retrieves an IWindowsMediaLibrarySharingDeviceProperties interface that represents the collection of all properties for the device. |
| put_Authorization |
Authorizes or unauthorizes the device to have access to the current user's media library. |
Remarks
To obtain an IWindowsMediaLibrarySharingDevice interface, call the GetDevice method or the get_Item method of the IWindowsMediaLibrarySharingDevices interface.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also