The svcerr_systemerr() call sends an error reply when the service dispatch routine detects a system error that has not been handled.
Syntax
#include <rpc\rpc.h> void svcerr_systemerr(xprt) SVCXPRT *xprt;
Parameters
xprt
Description
A service dispatch routine calls the svcerr_systemerr() call when it detects a system error that is not handled by the protocol.
Related Calls