POINTL

POINTL Point structure (long integer).
typedef struct _POINTL {
LONG    x;  /* x-coordinate  */
LONG    y;  /* y-coordinate  */
 } POINTL;


[Back: PFIELDINFO]
[Next: x]