|
|
От: | dead_ricky | |
| Дата: | 24.02.06 11:26 | ||
| Оценка: | |||
#define IPC_GETLISTPOS 125
/* (requires Winamp 2.05+)
** int pos = SendMessage(hwnd_winamp, WM_WA_IPC, 0, IPC_GETLISTPOS);
** IPC_GETLISTPOS returns the playlist position. A lot like IPC_WRITEPLAYLIST
** only faster since it doesn't have to write out the list. Heh, silly me.
*/