awGetDescriptorAccessLabelHint
BrokerError awGetDescriptorAccessLabelHint(
BrokerConnectionDescriptor desc,
char **hint);
desc | The Broker descriptor. This parameter is used for output. |
hint | The hint string to use when looking up a client's access label. This parameter is used for output. |
Returns the access label hint defined for this connection descriptor.
When using the access label feature, a client may specify a hint string to be used to look up the client's access label. The access label look-up occurs only when creating a client. The hint string will be ignored when reconnecting a Broker client.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The client has been destroyed or disconnected. |
AW_ERROR_INVALID_DESCRIPTOR | The desc parameter s invalid. |
See also: