The POINTTOPOINTS macro converts a POINT structure to a POINTS structure.
POINTS POINTTOPOINTS(
POINT pt // coordinates of a point
);
The return value is a POINTS structure.
The POINTTOPOINTS macro is defined as follows:
#define POINTTOPOINTS(pt) \
(MAKELONG((short) ((pt).x), (short) ((pt).y)))
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in winuser.h.
Rectangles Overview, Rectangle Macros, MAKEPOINTS, POINTSTOPOINT