Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
GetCdNumTracks method 
 
Remarks 
 
Retrieves the number of audio tracks inside the given CD. 
 
 
Syntax 
 
[Visual Basic] 
control.GetCdNumTracks
nCdDriveIndex as Integer 
) as Integer
 
[C++] 
short control.GetCdNumTracks
short nCdDriveIndex 
);
 
 
Parameter
Description
 
 
nCdDriveIndex
Number representing the zero-based index of the involved CD drive. 
Installed CD drives can be enumerated using the GetCdDrivesCount method and their friendly description can be retrieved through the GetCdDriveDesc method. 
 
If the number of tracks to report has been obtained through a search through the Amazon catalogue, by calling the CdRequestAlbumInfo method, set this parameter to -1.
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
Value > 0
The number of available audio tracks
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents