Partager via


IWMPSettings2::get_defaultAudioLanguage (Windows Embedded CE 6.0)

1/6/2010

The get_defaultAudioLanguage method retrieves the LCID of the default audio language specified in Windows Media Player.

Syntax

HRESULT get_defaultAudioLanguage( long* plLangID ); 

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.

See Also

Reference

IWMPSettings2 Interface