SIZEF: Difference between revisions
Appearance
(No difference)
|
Revision as of 17:57, 8 February 2020
Size structure (FIXED values).
Example Code
typedef struct _SIZEF { FIXED cx; /* Width. */ FIXED cy; /* Height. */ } SIZEF; typedef SIZEF *PSIZEF;