Share via


IDvdControl::MenuLanguageSelect

 
Microsoft DirectShow 9.0

IDvdControl::MenuLanguageSelect

  • Note   The IDvdControl interface is deprecated. Use IDvdControl2 instread.

Sets the displayed language for navigation menus.

Syntax

  HRESULT MenuLanguageSelect(
    LCID LanguageCode
);

Parameters

LanguageCode

Value that specifies the new language.

Return Value

Returns an HRESULT value.

Remarks

This method selects the default language for menus.

This method returns an error unless the ___domain is DVD_DOMAIN_Stop. For more information, see DVD_DOMAIN.

Applications specify languages with standard Windows LCIDs.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also