Jump to content

SIZEL

From EDM2
Revision as of 05:08, 28 January 2020 by Ak120 (talk | contribs) (Created page with "Size structure (LONG values). typedef struct _SIZEL { LONG cx; Width.: LONG cy; Height.: } SIZEL; typedef SIZEL *PSIZEL; Category:Data type")
(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;