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

set_rpc_verbosity

Syntax

void set_rpc_verbosity(verbosity) 

Description

This function controls the printing of error messages by RPC library routines. If verbosity is TRUE, error messages will be printed by the various RPC routines to explain what failed. If verbosity is FALSE, return codes continue to indicate success or failure, but no error messages are printed.

Parameters

verbosity

An int specifying TRUE or FALSE as explained above.

Return Value

None