xdr_setpos()

The xdr_setpos() starts the set-position routine associated with a XDR stream, xdrs.

Syntax

#include <rpc\rpc.h>

int
xdr_setpos(xdrs, pos)
XDR *xdrs;
u_int pos;

Parameters

xdrs

pos

Return Values

The value 1 indicates success; the value 0 indicates an error.

Related Calls


[Back: xdr_replymsg()]
[Next: xdr_short()]