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

unregister_idl_client

Syntax

void unregister_idl_client(CLIENT* client) 

Description

Call this function to release the resources associated with the given CLIENT structure. The operating system automatically releases the resources associated with all CLIENT structures when your program exits. This function does not affect the IDL server.

Parameters

client

The pointer to the CLIENT structure to be unregistered.

Return Value

None