Namespace:
CSFreeDBLib
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool CDEject(
int DriveIndex
)
Public Function CDEject (
DriveIndex As Integer
) As Boolean
Dim instance As FreeDB
Dim DriveIndex As Integer
Dim returnValue As Boolean
returnValue = instance.CDEject(DriveIndex)
member CDEject :
DriveIndex : int -> bool
public boolean CDEject(
int DriveIndex
)
public function CDEject(
DriveIndex : int
) : boolean
function CDEject(DriveIndex);
Parameters
- DriveIndex
- Type: SystemInt32
Return Value
Type:
BooleanSee Also