awSetDescriptorAccessLabelHint
BrokerError awSetDescriptorAccessLabelHint(
BrokerConnectionDescriptor desc,
char *hint);
desc | The Broker descriptor. This parameter is used for output. |
hint | The access label hint to be set for this descriptor. May be set to NULL. |
Sets the access label hint for this 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_DESCRIPTOR | The desc parameter is invalid. |
See also: