Size structure (LONG values).
typedef struct _SIZEL { LONG cx; /* Width. */ LONG cy; /* Height. */ } SIZEL; typedef SIZEL * PSIZEL ;