The svcerr_noproc() call sends an error reply when the service dispatch routine cannot call the procedure requested.
Syntax
#include <rpc\rpc.h> void svcerr_noproc(xprt) SVCXPRT *xprt;
Parameters
xprt
Description
A service dispatch routine that does not implement the requested procedure calls the svcerr_noproc() call.
Related Calls
svcerr_auth() svcerr_decode()
svcerr_noprog()
svcerr_progvers()
svcerr_systemerr()
svcerr_weakauth()