Fix SHChangeNotify to send correct lParam and wParam values.

This commit is contained in:
Ulrich Czekalla 2004-02-02 23:08:54 +00:00 committed by Alexandre Julliard
parent 8607f28b6b
commit a91b2efc74

View file

@ -388,7 +388,8 @@ void WINAPI SHChangeNotify(LONG wEventId, UINT uFlags, LPCVOID dwItem1, LPCVOID
wEventId ),wEventId );
ptr->wSignalledEvent |= wEventId;
SendMessageA(ptr->hwnd, ptr->uMsg, (WPARAM)ptr, GetCurrentProcessId());
SendMessageA(ptr->hwnd, ptr->uMsg, (WPARAM)Pidls, wEventId);
TRACE("notifying %s, event %s(%lx) after\n", NodeName( ptr ), DumpEvent(
wEventId ),wEventId );