diff --git a/reactos/base/shell/explorer/notifyhook/notifyhook.c b/reactos/base/shell/explorer/notifyhook/notifyhook.c index f7526857b0e..3e363891d09 100644 --- a/reactos/base/shell/explorer/notifyhook/notifyhook.c +++ b/reactos/base/shell/explorer/notifyhook/notifyhook.c @@ -70,7 +70,7 @@ LRESULT CALLBACK NotifyHookProc(int code, WPARAM wparam, LPARAM lparam) data.dwData = WM_GETMODULEPATH; data.cbData = sizeof(cds); data.lpData = &cds; -DPRINT1("Hook, Going to SendMessage\n"); + SendMessage((HWND)pmsg->wParam, WM_COPYDATA, (WPARAM)pmsg->hwnd, (LPARAM)&data); return 0;