C Structure class > Methods |
Changes the pointer to the internal binary buffer.
:pointer( <pStructure>, [<lRecurse>] ) --> self
Method :pointer() is used to change the internal binary buffer of a structure object via a pointer. <pStructure> must be the memory address of :sizeOf() bytes. The method reads this number of bytes from memory and extracts from it the values for structure members. These values are assigned to the corresponding instance variables of the structure object.
http://www.xHarbour.com