The svcerr_noprog() call sends an error code when the requested program is not registered.
Syntax
#include <rpc\rpc.h> void svcerr_noprog(xprt) SVCXPRT *xprt;
Parameters
xprt
Description
Use the svcerr_noprog() call when the desired program is not registered.
Related Calls
svcerr_auth() svcerr_decode()
svcerr_noproc()
svcerr_progvers()
svcerr_systemerr()
svcerr_weakauth()