Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Creating and Initializing Events | Structure Data Fields | Getting Structure Field Values
 
Getting Structure Field Values
 
Getting a Struct Field as an Event
Getting a Struct Sequence Field
Two functions, awGetStructFieldAsEvent and awGetStructSeqFieldAsEvents, are provided for obtaining all of the values from a structure field in a single function call. The first function obtains all of the values of a single structure field and the second function obtains all the values from a sequence of structure fields.
You may also use the awGet<type>Field to obtain the value of a single field within a structure field by specifying the appropriate field name.