Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
CdReadTrackPercentage event 
 
Remarks 
 
Occurs during a CD track loading session, started through the LoadTrackFromCd method, in order to notify the loading advancement percentage. 
 
 
Syntax 
 
[Visual Basic] 
CdReadTrackPercentage 
ByVal nDrive as Integer
ByVal nTrack as Integer
ByVal nPercentage as Integer 
)
 
[C++] 
void CdReadTrackPercentage ( 
short nDrive
short nTrack, 
short nPercentage 
);
 
 
Parameter
Description
 
 
nDrive
Number representing the zero-based index of the CD drive that fired the event. 
The total number of available CD drives can be obtained using the GetCdDrivesCount method.
nTrack
Number representing the one-based index of the CD audio track that is being loaded.
nPercentage
Number representing the CD track loading advancement percentage.
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents