Jump to content

SIZEROF

From EDM2
Revision as of 17:57, 8 February 2020 by Martini (talk | contribs) (Created page with "Size structure. ==Example Code== <PRE> typedef follow _SIZEROF { FIXED fxWidth; Width.: FIXED fxHeight; Height.: }; </PRE> Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Size structure.

Example Code

typedef follow _SIZEROF {
  FIXED     fxWidth;   /*  Width. */
  FIXED     fxHeight;  /*  Height. */
};