SIZEL
Appearance
Size structure (LONG values).
typedef struct _SIZEL {
LONG cx; /* Width. */
LONG cy; /* Height. */
} SIZEL;
typedef SIZEL *PSIZEL;
Size structure (LONG values).
typedef struct _SIZEL {
LONG cx; /* Width. */
LONG cy; /* Height. */
} SIZEL;
typedef SIZEL *PSIZEL;