Locate the QuickPlayer messaging window (Title: QuickPlayer,
Class: QuickPlayer10046CustomClassMSG) and receive it's handle.

Use this with SendMessage[A] to send a command;
	hwnd	the handle of QuickPlayer10041Msg element
	uMsg	must be WM_COMMAND (273 / hex 111)
	wParam	command (id / number) as seen in the list below.
	lParam	not yet used

Use at your own risk.

Commands:
   200 Previous song
   201 Play / Restart
   202 (Un)Pause
   203 Stop
   204 Skip/Next song
   205 End Song

   220 Seek backward
   221 Seek forward
   222 Volume Up
   223 Volume Down
   230-240 Volume 0-100%

   300 Mark previous playlist item
   301 Play playlist item next / end/skip song (Playlist doubleclick action)
   302 Play playlist item (skip song)
   303 Play playlist item (end song)
   304 Play playlist item next
   305 Mark next playlist item
   306 Select current (/next) playlist item
   307 Select random playlist item
   318 PageUp playlist
   319 PageDown playlist

   320 Perform autorefresh
   330 Remove autorefresh songs
   331 Remove non-autorefresh songs
   340 Delayed autorefresh

   360 Abort directory reading

Following settings toggle (x=0), or set on (x=1)/off (x=2):
   39x MP3 Infos
   400 Toggle Repeat mode
   401 Repeat single
   402 Repeat all
   403 Repeat random
   41x Fading (Fade in/out)
   42x Spectrum analyzer
   43x Remove missing songs
   44x Remove manually skipped/ended songs
   45x Remove played songs
   460 Toggle end-song-processing
   461 End-song-processing: off
   462 End-song-processing: crossfade
   463 End-song-processing: MiniDisk record mode
   464 End-song-processing: stop after each song
   465 End-song-processing: Toggle crossfade
   466 End-song-processing: Toggle MiniDisk record mode
   467 End-song-processing: Toggle stop after each song
   48x Intro mode
   510 IR-Sleeptime off
   512 IR-Sleeptime +30min
   513 IR-Sleeptime -30min
   515 IR-Sleeptime: 30min
   516 IR-Sleeptime: 60min
   517 IR-Sleeptime: 90min
   518 IR-Sleeptime: 120min
   590 Shutdown/Hibernate/Standby immediatelly

   600 Show/Restore QuickPlayer
   601 Hide/Minimize QuickPlayer
   610 Show current song title

