AudioCDRipperCDIsReady Method |
Check if the CD drive is ready.
Namespace:
CSAudioCDRipper
Assembly:
CSAudioCDRipper (in CSAudioCDRipper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic bool CDIsReady(
int DriveIndex
)
Public Function CDIsReady (
DriveIndex As Integer
) As Boolean
Dim instance As AudioCDRipper
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:
Boolean
See Also