Windows Media Player 11 SDK IWMPSettings2::get_defaultAudioLanguageĀ
Previous | Next |
IWMPSettings2::get_defaultAudioLanguage
The get_defaultAudioLanguage method retrieves the LCID of the default audio language specified in Windows Media Player.
Syntax
Parameters
plLangID
[out] Pointer to a long containing the LCID.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Remarks
An LCID uniquely identifies a particular language dialect, called a locale.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |