La structure POINT

 


typedef struct tagPOINT {
LONG x;
LONG y;
} POINT;

et LPPOINT, un pointeur sur POINT...


Avec x et y les coordonnées du point...