Previous Topic: Function FormatNext Topic: Arguments


Purpose

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

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

If the second parameter passed into the main entry point, RSCUserEntry(), is 0 this signifies that the exit is being called just after the response message has been received from the target server. The user data returned is that previously set by the server, if any.