SCIMBridge 0.4.x
retval_t scim_bridge_message_set_argument ( ScimBridgeMessage message,
size_t  index,
const char *  argument 
)

Set the specific argument of the message.

Parameters:
messageThe message.
indexThe index of the argument. If invalid index is give, it fails.
argumentThe new argument value. If NULL is give, it fails.
Returns:
RETVAL_SUCCEEDED if succeeded, otherwise it returns RETVAL_FAILED.

References RETVAL_FAILED, and RETVAL_SUCCEEDED.