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"
 
Ak120 (talk | contribs)
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;