Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetClientGroup
 
awGetClientGroup
BrokerError awGetClientGroup(
BrokerClient client,
char **group_name);
client
The Broker client whose client group name is to be returned.
group_name
The name of the client group to which this Broker client belongs. This parameter is used for output.
Creates a string containing the client group name. The caller is responsible for calling free on the group_name string. For more information on client groups, see Administering webMethods Broker.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client is not valid.
AW_ERROR_NULL_PARAM
The parameter group_name is NULL.
See also: