Windows Media Player 11 SDK IWMPLibrarySharingServices Interface
Previous | Next |
IWMPLibrarySharingServices Interface
The IWMPLibrarySharingServices interface provides methods to manage library sharing.
To use this interface, you must create a remoted instance of the Windows Media Player control.
In addition to the methods inherited from IUnknown, the IWMPLibrarySharingServices interface exposes the following methods.
Method | Description |
isLibraryShared | Retrieves a value indicating whether the user's library is shared. |
isLibrarySharingEnabled | Retrieves a value indicating whether the user has enabled library sharing in Windows Media Player. |
showLibrarySharing | Displays the Windows Media Player Library Sharing dialog box. |
Retrieve a pointer to an IWMPLibrarySharingServices interface by calling the QueryInterface method of the IWMPPlayer interface.
See Also
Previous | Next |