dce_svc_debug_routing(3dce)Specifies how debugging messages are routed Synopsis
#include <dce/dce.h> void dce_svc_debug_routing(
unsigned char *where, Parameters Input
where Output
status
Description The routine is used to specify the disposition of serviceability debug messages. If called before the component is registered (with dce_svc_register( )), the disposition is stored until it is needed. In case of error, the status parameter is filled in with an error code. To set only the debugging level for a component, use the dce_svc_debug_set_levels( ) routine. Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
Related Information Files: svcroute(5dce)
|