POINTL
typedef struct _POINTL {
LONG
x;
LONG
y; }
POINTL
, *
PPOINTL
;