AudioCDPlayerEjectCD Method |
Eject the CD drive door.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool EjectCD(
int DeviceIndex
)
Public Function EjectCD (
DeviceIndex As Integer
) As Boolean
Dim instance As AudioCDPlayer
Dim DeviceIndex As Integer
Dim returnValue As Boolean
returnValue = instance.EjectCD(DeviceIndex)
member EjectCD :
DeviceIndex : int -> bool
public boolean EjectCD(
int DeviceIndex
)
public function EjectCD(
DeviceIndex : int
) : boolean
function EjectCD(DeviceIndex);
Parameters
- DeviceIndex
- Type: SystemInt32
Return Value
Type:
BooleanSee Also