desc | The Broker descriptor whose shared event ordering is to be set. |
ordering | The desired shared event ordering state, which is specified as either AW_SHARED_ORDER_NONE or AW_SHARED_ORDER_BY_PUBLISHER. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_DESCRIPTOR | The desc is invalid. |
AW_ERROR_NULL_PARAM | The parameter ordering is NULL. |
AW_ERROR_OUT_OF_RANGE | The parameter ordering contains spaces or non-printable characters. |