|
External Development Guide: Remote Procedure Calls |
|
int IDL_RPCCleanup( CLIENT *pClient, int iKill)
Use this function to release the resources associated with the given CLIENT structure or to kill the IDL RPC server.
A pointer to the CLIENT structure for the client/server connection to be disconnected.
Set iKill to a non-zero value to kill the server when the connection is broken.
This function returns 1 on success, or 0 on failure.
IDL Online Help (March 06, 2007)