The features described in this topic are obsolete
and should not be used in new IDL code.

kill_server

Syntax

int kill_server(CLIENT*client) 

Description

Call this function to kill the IDL RPC server.

Parameters

client

The pointer to a CLIENT structure registered with the server to be killed.

Return Value

This function returns TRUE if the server was successfully killed. FALSE is returned otherwise.