Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The VolumesAvailable property retrieves the number of volumes in a multivolume set.
Syntax
VidWebDVD.VolumesAvailable As Long
Parameters
This property takes no parameters.
Return Values
Returns a Long indicating the number of volumes in the set.
Remarks
This property is read-only with no default value. Some DVD titles are released as a multidisc set or series. Use this method to determine the volume number for the current disc.
Example
' Returning the property.
lVolsAvail = VidWebDVD.VolumesAvailable
See Also