GetPlaylist
Delphi
function GetPlaylist: string;
C++Builder
System::UnicodeString __fastcall GetPlaylist();
C#
public string GetPlaylist();
VB.NET
Public Function GetPlaylist() As String
C++/Qt
wchar_t * GetPlaylist ();
returns the current playlist as a list of strings separated by CR/LF characters (char(13) and char(10)). See the "Using the playlist " chapter for more information about the Playlist feature.