Previous Topic: Function FormatNext Topic: Arguments


Purpose

Copies the passed in buffer into the client data area associated with the current message.

If the second parameter passed into the main entry point, RSCUserEntry(), is 1, then this signifies that the user exit is being called just before sending the request message to the target server. The buffer data will be copied into the current message’s client data area prior to the message being forwarded to the target server.

If the second parameter passed into the main entry point, RSCUserEntry(), is 0, then this signifies that the user exit is being called just after the response message has been received from the target server. The buffer data will be copied into the current message’s client data area prior to the message being forwarded to the client.