Microsoft DirectX 9.0

MSVidWebDVD.DVDTextNumberOfStrings Property

This topic applies to Windows XP Service Pack 1 only.

The DVDTextNumberOfStrings property retrieves the number of text strings available for the specified language.

Syntax

VidWebDVD.DVDTextNumberOfStrings(
  lLangIndex As Long
) As Long

Parameters

lLangIndex

Long containing the language index. The value must range from zero through one less than the value returned by DVDTextNumberOfLanguages.

Return Values

When getting the value, this property returns a Long.

Value Description
E_POINTER Invalid argument.
E_UNEXPECTED An unexpected internal error occurred.

Remarks

This property is read-only.

Example

' Returning the property.
lNumStrings = VidWebDVD.DVDTextNumberOfStrings(lLangIndex)

See Also