nca_set_dispatcher_response

Example: nca_set_dispatcher_responseConnection Functions

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

void nca_configurator_start( LPCSTR ReplyClassList );

ReplyClassListA two-dimensional array of properties.

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

Each set of properties in the ReplyClassList consists of three string pointers: to an object instance, to a property name, and to a response the server expects. The last set of properties contains NULL values to indicate the end of the list: { NULL, 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.