(see subj)
in wa_ipc.h i found this:
please, help!
in wa_ipc.h i found this:
but when i callcode:
#define IPC_PLCMD 1000
#define PLCMD_ADD 0
#define PLCMD_REM 1
#define PLCMD_SEL 2
#define PLCMD_MISC 3
#define PLCMD_LIST 4
regardless of wc parameter, popup menu appears: "Add files", "Add folder", "Add URL".code:
SendMessage(hwnd_winamp,WM_WA_IPC,(WPARAM)&wc,IPC_PLCMD);
please, help!
Comment