StructValueChanged (STRUCT)¶
TYPE StructValueChanged : STRUCT
Structure that contains the data of value changed in variables
- InOut:
Name
Type
Comment
uiIDUINTThe entry ID
eTypeClass__SYSTEM.TYPE_CLASSThe type of the variable which was changed.
lwValueLWORDThe new value
pbValuePOINTER TO BYTE
The new value in case of it is more long than LWORD (e.g.: string or wstring)
uiSzValueUINTThe size of the value, either in “lwValue” or in “pbValue”
wAreaWORDThe area of the variable which was changed.
lwOffsetLWORDThe offset of the variable which was changed.