Searched refs:Safeppt (Results 1 – 1 of 1) sorted by relevance
550 MOUSEMOVEPOINT Safeppt; in NtUserGetMouseMovePointsEx() local571 RtlCopyMemory(&Safeppt, lpptIn, cbSize); in NtUserGetMouseMovePointsEx()588 if (Safeppt.x == 0 && Safeppt.y == 0) in NtUserGetMouseMovePointsEx()591 if (gMouseHistoryOfMoves[iRet].x == Safeppt.x && gMouseHistoryOfMoves[iRet].y == Safeppt.y) in NtUserGetMouseMovePointsEx()593 if (Safeppt.time) // Now test time and it seems to be absolute. in NtUserGetMouseMovePointsEx()595 if (Safeppt.time == gMouseHistoryOfMoves[iRet].time) in NtUserGetMouseMovePointsEx()