cFreeDBGetFreeDBInfo Method |
Namespace:
CSFreeDB.Core
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void GetFreeDBInfo(
int DriveIndex
)
Public Sub GetFreeDBInfo (
DriveIndex As Integer
)
Dim instance As cFreeDB
Dim DriveIndex As Integer
instance.GetFreeDBInfo(DriveIndex)
member GetFreeDBInfo :
DriveIndex : int -> unit
public void GetFreeDBInfo(
int DriveIndex
)
public function GetFreeDBInfo(
DriveIndex : int
)
function GetFreeDBInfo(DriveIndex);
Parameters
- DriveIndex
- Type: SystemInt32
See Also