AudioCDPlayerCDIsReady Method |
Check if the CD drive is ready.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool CDIsReady(
int DriveIndex
)
Public Function CDIsReady (
DriveIndex As Integer
) As Boolean
Dim instance As AudioCDPlayer
Dim DriveIndex As Integer
Dim returnValue As Boolean
returnValue = instance.CDIsReady(DriveIndex)
member CDIsReady :
DriveIndex : int -> bool
public boolean CDIsReady(
int DriveIndex
)
public function CDIsReady(
DriveIndex : int
) : boolean
function CDIsReady(DriveIndex);
Parameters
- DriveIndex
- Type: SystemInt32
The CD drive index.
Return Value
Type:
BooleanSee Also