MSVidWebDVD.DVDTextString Property
Note This topic applies to Windows XP Service Pack 1 or later.
The DVDTextString property retrieves a specified text string.
VidWebDVD.DVDTextString(
lLangIndex As Long,
lStringIndex As Long
) As String
Parameters
lLangIndex
Long specifying the language index number.lStringIndex
Long specifying the string index number.
Return Value
This property returns a String.
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. |
E_NO_DVD_VOLUME | No DVD in the machine. |
E_REGION_CHANGE_FAIL | The DVD has a different region than the player. |
VFW_E_DVD_OPERATION_INHIBITED | Operation prevented by UOP command. |
Remarks
This property is read-only.
Examples
' Returning the property.
String = VidWebDVD.DVDTextString(lLangIndex, lStringIndex)
Requirements
Type Library | Use MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library. |
DLL | Requires Quartz.dll. |
See Also
DVDTextStringType
MSVidWebDVD Object
Text Strings
Working with DVD Text Strings
Send comments about this topic to Microsoft
Build date: 12/4/2008