BASS_CD_IsReady

Checks if there is a CD ready in a drive.

BOOL BASS_CD_IsReady(
    DWORD drive
);

Parameters

driveThe drive to check... 0 = the first drive.

Return value

If there is a CD ready in the drive, then TRUE is returned, else FALSE is returned.

Remarks

This function only returns TRUE once there is a CD in the drive, and it is ready to be accessed.

See also

BASS_CD_DoorIsOpen