Category > C Structure support |
Item | Description |
---|---|
(struct) | Creates a new structure object |
C Structure class | Abstract class for C structure support. |
HB_ArrayToStructure() | Converts an array to a binary C structure. |
HB_SizeofCStructure() | Calculates the amount of memory required to store a C structure. |
HB_StructureToArray() | Converts values contained in a binary C structure string to an array. |
pragma pack() | Defines the byte alignment for the next structure declaration. |
typedef struct | Declares a new structure in C syntax. |
http://www.xHarbour.com