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 a Struct Field as an Event
 
Getting a Struct Field as an Event
Since structure fields may contain other fields, the awGetStructFieldAsEvent function allows you to obtain all of those contained values with just one function call. To use this function, simply declare a BrokerEvent pointer and pass its address to the awGetStructFieldAsEvent function.
As described on Field Type Checking, the retrieved structure is not type checked.