Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note This topic applies to Windows XP Service Pack 1 or later.
The DVDTextNumberOfStrings property retrieves the number of text strings available for the specified language.
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 Value
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.
Examples
' Returning the property.
lNumStrings = VidWebDVD.DVDTextNumberOfStrings(lLangIndex)
Requirements
Type Library |
MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library |
DLL |
Quartz.dll |
See Also
Send comments about this topic to Microsoft
Build date: 7/6/2010