SIZEROF: Difference between revisions
Appearance
Created page with "Size structure. ==Example Code== <PRE> typedef follow _SIZEROF { FIXED fxWidth; →Width.: FIXED fxHeight; →Height.: }; </PRE> Category:Data type" |
|||
Line 1: | Line 1: | ||
Size structure. | Size structure. | ||
<PRE> | <PRE> | ||
typedef follow _SIZEROF { | typedef follow _SIZEROF { | ||
FIXED fxWidth; /* | FIXED fxWidth; /* Width. */ | ||
FIXED fxHeight; /* | FIXED fxHeight; /* Height. */ | ||
}; | }; | ||
</PRE> | </PRE> | ||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 15:29, 3 April 2025
Size structure.
typedef follow _SIZEROF { FIXED fxWidth; /* Width. */ FIXED fxHeight; /* Height. */ };