Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The CurrentDiscSide property retrieves the current side of the disc.
Syntax
VidWebDVD.CurrentDiscSide As Long
Parameters
This property takes no parameters.
Return Values
Returns a Long value representing the current side, where side A = 1 and side B = 2.
Remarks
This property is read-only with no default value.
Example
' Returning the property.
lCurrSide = VidWebDVD.CurrentDiscSide
See Also