IDL_RPCOutputCapture
Calling Sequence
Description
Use this routine to enable and disable capture of lines output from the IDL RPC server. Normally, IDL will write any output to the terminal on which the server was started. This function can be used to save this information so that the client program can request the lines sent to the output buffer.
Parameters
pClient
A pointer to the CLIENT structure that corresponds to the desired IDL session.
n_lines
If this value is less than or equal to zero, no output lines will be buffered in the IDL RPC server and output will be sent to the normal output device on the IDL RPC server. If the value of this parameter is greater than zero, the specified number of lines will be stored by the IDL RPC server.
Return Value
This function returns 1 on success, or 0 on failure.