Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Creating and Initializing Events | Structure Data Fields | Setting Structure Fields
 
Setting Structure Fields
 
Setting a Struct Field from an Event
Setting a Struct Sequence Field from an Event
Two functions, awSetStructFieldFromEvent and awSetStructSeqFieldFromEvents, are provided for setting all of the values within a structure field. The first function sets the entire contents of a single structure field and the second function sets the entire contents of a sequence of structure fields.
You may also use the awSet<type>Field to set the value of a single field within a structure field by specifying the appropriate field name.