OSF DCE Application Development Guide--Core Components

OSF DCE Application Development Guide—Core Components
{
if (! your_test_write_access(h))
*st = no_authorization_error;
else
dce_svc_routing(where, st);
}
/*****
*
* hel_svc_set_dbg_route -- remote call-in to set debug routing.
*
*****/
static void
hel_svc_set_dbg_route(
handle_t h,
idl_byte where[],
error_status_t *st
)
{
if (! your_test_write_access(h))
*st = no_authorization_error;
else
dce_svc_debug_routing(where, st);
}
<. . .>
/*****
*
* hel_svc_inq_stats -- remote request for operating statistics.
*
*****/
static void
hel_svc_inq_stats(
handle_t h,
dce_svc_stats_t *stats,
error_status_t *st
)
4 42 Tandem Computers Incorporated 124245