CdRippingAutomationStarted event |
|
Remarks
Occurs when a CD ripping automation session is started through the CdRippingAutomationExec method.
Syntax
[Visual Basic] CdRippingAutomationStarted ( ByVal nCdDriveIndex as integer ) |
[C++] void CdRippingAutomationStarted ( short nCdDriveIndex ); |
Parameter |
Description |
|
|
nCdDriveIndex |
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. |