// Flags toggled by the program, and the bools they replaced #define LOOP_AUDIO 0x0001 /* Loop this audio file - bLoopAudio */ #define TRAY_MINIMIZE 0x0002 /* Should we go to the tray when minimized - bMinToTray */ #define IS_TRAYED 0x0004 /* Are we in the tray - bTrayed */ #define TIMER_ON 0x0008 /* Is the timer on - bTimerOn */ #define CLOSE_WHEN_FINISHED 0x0010 /* Should we close when the file has finished - bCloseWhenFinished */ #define HOTKEYS_ON 0x0020 /* Are the hotkeys enabled - bHotkeys */ #define SHOW_LYRICS 0x0040 /* Display the Lyrics window - new value */ #define INSTANCE_MUTEX 0x0080 /* Just the one instance preferred - new value */ #define SHOW_PLAYLIST 0x0100 /* Display the playlist window - new value */ #define MEDIA_HOOK 0x0200 /* Toggle the media keyboard hook */