Zitat:
low-order word specifies the x-coordinate
high-order word specifies the y-coordinate
wParam = eine Bitmaske was sonst noch gerückt ist
LParam = X-
und Y-Position
> LoWord(LParam) = X
> HiWord(LParam) = Y
Und selbst wenn übersetzungsprogramme nicht perfekt sind ... Folgendes hätte einem auch einen Hinweis geben können, daß mit Y in WParam etwas nicht stimmen kann.
Zitat:
xPos = GET_X_LPARAM(lParam);
yPos = GET_Y_LPARAM(lParam);