Moves the buffer pointer to the end of the current record and returns an indication if any more data exists in the buffer. Format #include <tcpip$rpcxdr.h> bool_t xdrrec_eof (XDR *xdrs);
1 – Arguments
xdrs A pointer to an XDR stream handle created by one of the XDR stream-handle creation routines.
2 – Description
Returns TRUE if there is no more input in the buffer after consuming the rest of the current record.
3 – Return Values
TRUE Indicates no more input in the buffer. FALSE Indicates more input in the buffer.