MAKEPOINT

Syntax

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.  

Return Value

The return value specifies the POINT data structure.