StructValueChanged (STRUCT)¶
TYPE StructValueChanged : STRUCT
Structure that contains the data of value changed in variables
- InOut:
- Name - Type - Comment - uiID- UINT- The entry ID - eTypeClass- __SYSTEM.TYPE_CLASS- The type of the variable which was changed. - lwValue- LWORD- The new value - pbValue- POINTER TO BYTE - The new value in case of it is more long than LWORD (e.g.: string or wstring) - uiSzValue- UINT- The size of the value, either in “lwValue” or in “pbValue” - wArea- WORD- The area of the variable which was changed. - lwOffset- LWORD- The offset of the variable which was changed. 
