Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The CurrentChapter property retrieves the number of the chapter currently playing.
Syntax
VidWebDVD.CurrentChapter As Long
Parameters
This property takes no parameters.
Return Values
Returns a Long value representing the current chapter in the current title.
Remarks
This property is read-only. Checking this property outside a valid title will cause an error.
Example
' Returning the property.
lChapter = VidWebDVD.CurrentChapter
See Also