C Structure class > Methods |
Determines the size of a structure in bytes.
:sizeOf() --> nStructureSize
Method :sizeOf() returns a numeric value representing the number of bytes a structure occupies in memory. This value is quite often required in structures used by the Windows API. If one structure member exist that indicates the structure size, it must be assigned the return value of method :sizeOf().
http://www.xHarbour.com