Namespace:
CSFreeDBLib
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public FreeDBTrackInfo[] GetTracks(
int DriveIndex
)
Public Function GetTracks (
DriveIndex As Integer
) As FreeDBTrackInfo()
Dim instance As FreeDB
Dim DriveIndex As Integer
Dim returnValue As FreeDBTrackInfo()
returnValue = instance.GetTracks(DriveIndex)
member GetTracks :
DriveIndex : int -> FreeDBTrackInfo[]
public FreeDBTrackInfo[] GetTracks(
int DriveIndex
)
public function GetTracks(
DriveIndex : int
) : FreeDBTrackInfo[]
function GetTracks(DriveIndex);
Parameters
- DriveIndex
- Type: SystemInt32
Return Value
Type:
FreeDBTrackInfoSee Also