This function is declared in the coresrv/syscalls.h
file.
Retcode Recv(Handle handle, SMsgHdr *msgIn);
This function locks the calling thread until an IPC request is received. This function is called by the server process.
Parameters:
handle
is the server IPC handle of the utilized channel.msgIn
is the buffer for an IPC request.Returned value:
Other return codes are available.
Page top