Jump to content

SIZEL: Difference between revisions

From EDM2
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"
(No difference)

Revision as of 05:08, 28 January 2020

Size structure (LONG values).

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

typedef SIZEL *PSIZEL;