nca_set_dispatcher_reply_response

Example: nca_set_dispatcher_reply_responseConnection Functions

Sets the specified Dispatcher object reply properties for response to server.

void nca_set_dispatcher_reply_response( LPCSTR ReplyClassList );

ReplyClassListA two-dimensional array of properties.

nca_set_dispatcher_reply_response is a service function that sets the specified Dispatcher object reply properties for response to server.

Each set of properties in the ReplyClassList consists of two string pointers: to a request, and to a response the server expects. The last set of properties contains NULL values to indicate the end of the list: { NULL, NULL }.

There is usually no need to insert this function or change its argument values after recording.

Return Values

No value returned.

Parameterization

You cannot use standard parameterization for any arguments in this function.