Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
IDvdInfo2::GetDefaultMenuLanguage
The GetDefaultMenuLanguage method retrieves the default menu language.
Syntax
HRESULT GetDefaultMenuLanguage( LCID *pLanguage );
Parameters
pLanguage
[out] Pointer to an LCID that receives the language information.
Return Values
Returns one of the following HRESULT values.
| Return code | Description | 
| S_OK | Success. | 
| E_INVALIDARG | Invalid argument. | 
| E_POINTER | The pLanguage parameter is NULL. | 
| E_UNEXPECTED | The DVD Navigator is not initialized. | 
| VFW_E_DVD_INVALIDDOMAIN | DVD Navigator is not in a valid domain. | 
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also