Data Fields | |
ESR_ReturnCode(* | propertyChanged )(struct ESR_SessionTypeListener_t *self, const LCHAR *name, const void *oldValue, const void *newValue, VariableTypes variableType, void *data) |
ESR_ReturnCode(* ESR_SessionTypeListener::propertyChanged)(struct ESR_SessionTypeListener_t *self, const LCHAR *name, const void *oldValue, const void *newValue, VariableTypes variableType, void *data) |
A property value has changed.
self | ESR_SessionTypeListener handle | |
name | Name of property that changed | |
oldValue | Old property value | |
newValue | New property value | |
variableType | Type of property | |
data | User-data passed to listener. |