POINTL    
The POINTL
structure contains the coordinates of a point. 
typedef struct _POINTL {  // ptl 
    LONG x; 
    LONG y; 
} POINTL; 
 
Members
x
Specifies the
horizontal (x) coordinate of the point. 
y
Specifies the
vertical (y) coordinate of the point.