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


[Back: ]
[Next: ]