IDL_RPCCleanup

Calling Sequence

int IDL_RPCCleanup( CLIENT *pClient, int iKill) 

Description

Use this function to release the resources associated with the given CLIENT structure or to kill the IDL RPC server.

Parameters

pClient

A pointer to the CLIENT structure for the client/server connection to be disconnected.

iKill

Set iKill to a non-zero value to kill the server when the connection is broken.

Return Value

This function returns 1 on success, or 0 on failure.