Jump to content

SIZEL

From EDM2
Revision as of 06:03, 21 February 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Size structure (LONG values).

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

typedef SIZEL *PSIZEL;