|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
PlayListLoadDone (
ByVal nPlayer as Integer,
ByVal bSuccess as enumBoolean
)
|
|
[C++]
void PlayListLoadDone (
short nPlayer,
short bSuccess
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
| |||||||||
|
bSuccess
|
Boolean value that specifies if the playlist was loaded successfully.
Supported values are the following:
|