Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
PlayListGetCount method 
 
Remarks 
 
Obtains the number of songs (items) contained inside the playlist  
 
For further details about playlists management see the How to create and manage a playlist tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.PlayListGetCount
nPlayer as Integer 
) as Integer
 
[C++] 
short control.PlayListGetCount
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that will own the new playlist
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
>= 0
The number of items available inside the playlist
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents