Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
DelayedPlayback.ListRemoveAll method 
 
Remarks 
 
Removes all the files from the list of delayed playbacks. 
 
For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.DelayedPlayback.ListRemoveAll
 
[C++] 
short control.DelayedPlayback.ListRemoveAll
);
 
 
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 © 2001-2008 MultiMedia Soft 
Return to Table of contents