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.
nCdTrackIndex
Number representing the one-based index of the CD audio track that is being ripped.
bCompleted
Boolean value that specifies if the CD ripping session was completed or interrupted before completion.
Supported values are the following:
Mnemonic Value
Numeric value
Meaning
BOOL_FALSE
0
The ripping of the given CD track was interrupted: interruption's possible causes are the CD drive door being opened or a call to the CdRippingStop method. Check the LastError property value in order to see the last error.