ID_PLAYLIST_TIMER is only used within STemWin.
 
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:98
#define ID_PLAYLIST_TIMER 2
audioplayer_win.c:601
else if (Id == ID_PLAYLIST_TIMER)
audioplayer_win.c:1114
hPlaylistTimer = WM_CreateTimer(hTimerWin, ID_PLAYLIST_TIMER, 500, 0);
imagebrowser_win.c:799
else if (Id == ID_PLAYLIST_TIMER)
imagebrowser_win.c:927
hPlaylistTimer = WM_CreateTimer(pMsg->hWin, ID_PLAYLIST_TIMER, 500, 0);
videoplayer_win.c:888
if (Id == ID_PLAYLIST_TIMER)
videoplayer_win.c:1164
hPlaylistTimer = WM_CreateTimer(pMsg->hWin, ID_PLAYLIST_TIMER, 500, 0);