FreeDBGetFreeDBInfo Method |
Get the information about the Audio CD using events.
Namespace:
CSFreeDB
Assembly:
CSFreeDB (in CSFreeDB.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public override void GetFreeDBInfo(
int DriveIndex
)
Public Overrides Sub GetFreeDBInfo (
DriveIndex As Integer
)
Dim instance As FreeDB
Dim DriveIndex As Integer
instance.GetFreeDBInfo(DriveIndex)
abstract GetFreeDBInfo :
DriveIndex : int -> unit
override GetFreeDBInfo :
DriveIndex : int -> unit
public void GetFreeDBInfo(
int DriveIndex
)
public override function GetFreeDBInfo(
DriveIndex : int
)
function GetFreeDBInfo(DriveIndex);
Parameters
- DriveIndex
- Type: SystemInt32
See Also