VMS Help TCPIP Services, Programming Interfaces, RPC XDR Routines, xdrmem_create, Arguments *Conan The Librarian (sorry for the slow response - running on an old VAX) |
xdrs A pointer to the XDR stream handle being created. The routine xdrmem_create fills in xdrs with encoding and decoding information. addr A pointer to the memory buffer. size The length of the memory buffer. op An XDR operation, one of: XDR_ENCODE, XDR_DECODE, and XDR_FREE.
|