SIZEL: Difference between revisions
Appearance
Created page with "Size structure (LONG values). typedef struct _SIZEL { LONG cx; →Width.: LONG cy; →Height.: } SIZEL; typedef SIZEL *PSIZEL; Category:Data type" |
mNo edit summary |
||
Line 8: | Line 8: | ||
typedef SIZEL *PSIZEL; | typedef SIZEL *PSIZEL; | ||
[[Category:Data type]] | [[Category:PM Data type]] |
Latest revision as of 06:03, 21 February 2020
Size structure (LONG values).
typedef struct _SIZEL { LONG cx; /* Width. */ LONG cy; /* Height. */ } SIZEL; typedef SIZEL *PSIZEL;