Jump to content

SIZEL

From EDM2
(Redirected from PSIZEL)

Size structure (LONG values).

typedef struct _SIZEL {
  LONG     cx;  /*  Width. */
  LONG     cy;  /*  Height. */
} SIZEL;

typedef SIZEL *PSIZEL;