Share via


IDVDUserOperation::MenuLanguageSelect (Windows Embedded CE 6.0)

1/6/2010

This method selects the language for the system menu.

Syntax

HRESULT ManuLanguageSelect(
  USHORT uhLanguageCode 
);

Parameters

  • uhLanguageCode
    [in] Menu description language code (M_LCD).

Return Value

If the function succeeds, the return value is S_OK.

Remarks

The default value for the menu language code is 0xFFFF, indicating that the menu language is not specified. To set the appropriate language for the user, call IDVDUserOperation::MenuLanguageSelect in your player application.

Requirements

Header dvdnav.h, dvdnav.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDUserOperation