SIZEL
Appearance
(Redirected from PSIZEL)
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;