MSVidWebDVD.DefaultMenuLanguage Property

Note  This topic applies to Windows XP Service Pack 1 or later.

The DefaultMenuLanguage property specifies and retrieves the default menu language.

VidWebDVD.DefaultMenuLanguage As Long

Parameters

This property takes no parameters.

Return Value

Returns a Long LCID value containing the primary language ID for the default menu language. The default value is -1. See Working with LCIDs for a table of some possible values and sample code showing how to extract the primary language ID from an LCID.

Error Codes

If the property fails, Err.Number may be set to one of the following values.

Value Description
E_UNEXPECTED Unspecified error.
VFW_E_DVD_INVALIDDOMAIN You attempted to take the value in a domain that does not support this property.

 

Valid Domains

The following table shows the Annex J command name to which this method name corresponds, and the domains in which this method is valid.

Annex J Command Name Valid Domains
None DVD_DOMAIN_Stop

 

Remarks

DefaultMenuLanguage is read/write with no default value. To set this property, use the MSVidWebDVDAdm object's DefaultMenuLCID property.

Examples

' Setting the property.
VidWebDVD.DefaultMenuLanguage = lDefMenuLang
' Returning the property
lDefMenuLang = VidWebDVD.DefaultMenuLanguage

Requirements

Type Library

MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library

DLL

Quartz.dll

See Also

MSVidWebDVD Object

 

 

Send comments about this topic to Microsoft

Build date: 7/6/2010