|
Obsolete IDL Features: Obsolete Remote Procedure Calls |
|
int idl_server_interactive(CLIENT*client)
Call this function to cause the IDL server to become an interactive IDL session. It is likely that this command will time out. Some alternative mechanism for determining when the server is finished should be implemented. See the example server.c in the idldir/examples/rpc directory.
A CLIENT structure that corresponds to the desired IDL session.
This function returns TRUE if the interactive IDL session did not time out. FALSE is returned if the session times out or otherwise fails.
IDL Online Help (March 06, 2007)