POINT MAKEPOINT(dwInteger)
This macro converts a long value that contains the x- and y-coordinates of a point into a POINT data structure.
Parameter | Type/Description |
dwInteger | DWORD Specifies the x- and y-coordinates of a point. |
The return value specifies the POINT data structure.