C Structure class > Methods |
Re-loads binary structure data from memory.
:deValue( [<lRecurse>] ) --> self
Method :deValue() reads structure data from memory and assigns values to all instance variables representing structure members. This is required when the structure data is passed to an API function which changes values of structure members. The changed values are then copied into the instance variables of the structure object with method :deValue().
http://www.xHarbour.com