Commenter Ulric asks,
"Where did MoveTo(HDC, int, int) go?" Back in the 16-bit days, the function to move the current point
was called MoveTo,
and its return value was a DWORD which encoded the
previous position,
packing two 16-bit coordinates into a single 32-bit value.
As part of the transition to 32-bit Windows,
GDI switched to using 32-...