typedef struct _COORD 
{
  SHORT X;
  SHORT Y;
} COORD;