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" |
(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;