This function is declared in the coresrv/syscalls.h
file.
Retcode Reply(Handle handle, const SMsgHdr *msgOut);
This function sends an IPC response and locks the calling thread until the client receives a response or until an error is received. This function is called by the server process.
Parameters:
handle
is the server IPC handle of the utilized channel.msgOut
is the buffer containing an IPC response.Returned value:
Other return codes are available.
Page top