Windows Media Player 11 SDK IWMPSettings2 Interface
Previous | Next |
IWMPSettings2 Interface
The IWMPSettings2 interface provides methods that supplement the IWMPSettings interface.
In addition to the methods inherited from IWMPSettings, the IWMPSettings2 interface exposes the following methods.
Method | Description |
get_defaultAudioLanguage | Retrieves the locale identifier (LCID) of the default audio language. |
get_mediaAccessRights | Retrieves a value indicating the permissions currently granted for library access. |
requestMediaAccessRights | Requests a specified level of access to the library. |
Retrieve a pointer to an IWMPSettings2 interface by calling the QueryInterface method of the IWMPSettings interface.
See Also
Previous | Next |