[This is preliminary documentation and is subject to change.]

Asks loader to add a song to the previous song queue _updatePrevQueue()()()()

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void updatePrevQueue(
	Song song
)
Visual Basic
Public Sub updatePrevQueue ( _
	song As Song _
)
Visual C++
public:
void updatePrevQueue(
	Song^ song
)

Parameters

song
Type: MusicPlayerWindow..::..Song
the song to be added to the previous song queue

See Also