POINT STRUCT   (MS-Windows)

   Defines the x and y coordinates of a point on the graphics screen, measured in pixels.


POINT STRUCT
    X SDWORD ?
    Y SDWORD ?
POINT ENDS

Member Win Type MASM Type Description
X LONG SDWORD  X coordinate.
Y LONG SDWORD  Y coordinate.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)