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