Events actionFromXMLAttribute

From TrillWiki

Jump to: navigation, search

The events_actionFromXMLAttribute notification is sent when the events engine reads the data associated with an event from xml. This notification sends the attribute along with the value for the attribute.

{{TrillianFunction| syntax=callback(int window_id, char *icontrol, "events_actionFromXMLAttribute", event_action_attribute_t *data, void *userData);| version=2.0| structure=event_action_attribute_t}


name
The attribute name.
value
The value associated with the above attribute.
action_data
The data passed back from the events_actionFromXMLStart notification.


Return Value

Must return 0.

Remarks

None.


See also: events_actionFromXMLFinish

Personal tools