Microsoft DirectX 9.0 |
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. |
See Also