object.GetDVDTextString(LangIndex As Long, StringIndex As Long) As String |
Remarks
Retrieves the text string for the specified language and string indexes in Unicode.
Prior to calling this method, determine the total number of language blocks available. This value is found in the ltmmDVDControl.DVDTextNumberOfLanguages Property. Based on the value in the ltmmDVDControl.DVDTextNumberOfLanguages property, pass an appropriate index value for the Index parameter of the ltmmDVDControl.GetDVDTextNumberOfStrings Method, to retrieve the number of strings in the specified language block. Then, pass an appropriate language index value and string index value to this method to retrieve the desired string.
For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetDVDTextStringAsUnicode.
Win32, x64
See Also