マウス(カーソル)の座標の取得

POINT point;
GetCursorPos(&point);
ScreenToClient(&point);


ネタ元