ID_PLAYLIST_TIMER is only used within MB1063.
 
Symbols
loading...
Files
loading...

ID_PLAYLIST_TIMER macro

Syntax

#define ID_PLAYLIST_TIMER 2

References

LocationText
audioplayer_win.c:71
#define ID_PLAYLIST_TIMER 2
imagebrowser_win.c:76
#define ID_PLAYLIST_TIMER 2
videoplayer_win.c:100
#define ID_PLAYLIST_TIMER 2
audioplayer_win.c:601
else if (Id == ID_PLAYLIST_TIMER)
audioplayer_win.c:1180
hPlaylistTimer = WM_CreateTimer(hTimerWin, ID_PLAYLIST_TIMER, 500, 0);
imagebrowser_win.c:797
else if (Id == ID_PLAYLIST_TIMER)
imagebrowser_win.c:925
hPlaylistTimer = WM_CreateTimer(pMsg->hWin, ID_PLAYLIST_TIMER, 500, 0);
videoplayer_win.c:1131
if (Id == ID_PLAYLIST_TIMER)
videoplayer_win.c:1417
hPlaylistTimer = WM_CreateTimer(pMsg->hWin, ID_PLAYLIST_TIMER, 500, 0);