Jump to content

SIZEROF: Difference between revisions

From EDM2
Created page with "Size structure. ==Example Code== <PRE> typedef follow _SIZEROF { FIXED fxWidth; Width.: FIXED fxHeight; Height.: }; </PRE> Category:Data type"
 
Ak120 (talk | contribs)
 
Line 1: Line 1:
Size structure.  
Size structure.  


==Example Code==
<PRE>
<PRE>
typedef follow _SIZEROF {
typedef follow _SIZEROF {
   FIXED    fxWidth;  /* Width. */
   FIXED    fxWidth;  /* Width. */
   FIXED    fxHeight;  /* Height. */
   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. */
};