Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
DelayedPlayback.ListGetCount method 
 
Remarks 
 
Obtains the number of sound files stored inside 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.ListGetCount
 
[C++] 
short control.DelayedPlayback.ListGetCount
);
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
Value >= 0
The number of sound files inside the list of delayed playbacks
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents