VMS Help CC, Socket Routines, recvmsg *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Receives bytes on a socket and places them into scattered buffers. Syntax: #include <types.h> #include <socket.h> int recvmsg(int s, struct msghdr msg[], int flags);
|