Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
ResetEngine method 
 
Remarks 
 
Resets the multimedia engine: this method can be used in order to enumerate again available sound devices which could have been hot-plugged or unplugged into a USB port; the container application can be notified when a USB device is hot-plugged or unplugged through the DeviceChange event. Immediately after calling this method it's mandatory to make a call to the ResetControl method in order to re-initialize the control. 
 
 
Syntax 
 
[Visual Basic] 
control.ResetEngine
)
 
[C++] 
void control.ResetEngine
);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents