The svcerr_decode() call sends an error reply when the service dispatch routine cannot decode its parameters.

Syntax

#include <rpc\rpc.h>

void
svcerr_decode(xprt)
SVCXPRT *xprt;

Parameters

xprt

Description

A service dispatch routine that cannot decode its parameters calls svcerr_decode().

Related Calls


[Back] [Next]