awGetDescriptorStateShare
BrokerError awGetDescriptorStateShare(
BrokerConnectionDescriptor desc,
BrokerBoolean *shared);
desc | The connection descriptor to be checked. |
shared | Determines whether or not this Broker client can share its client state on the Broker. This parameter is used for output. |
Provides the value of the event queue sharing attribute for the descriptor desc. If shared is 0 (false), then the client state associated with desc can only be used by one client. If shared is 1 (true), the client state can be shared with other Broker clients.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_DESCRIPTOR | The desc is invalid. |
AW_ERROR_NULL_PARAM | The parameter shared is NULL. |
See also: