Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
CdRippingStop method 
 
Stops the current CD ripping started through a call to the CdRippingStart method. 
 
Calling this method will generate a CdRippingStopped event. 
 
 
Syntax 
 
[Visual Basic] 
Public Function CdRippingStop
 
[C#] 
public enumErrorCodes CdRippingStop
);
 
[C++] 
public: enumErrorCodes CdRippingStop
);
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.ERR_NOERROR (0)
The call was successful.
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents