Remarks
Occurs when a song is closed and discarded from memory.
Syntax
[Visual Basic]
SoundClosed (
ByVal nPlayer as Integer
)
|
|
[C++]
void SoundClosed (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
|
|