xdr_u_short()

The xdr_u_short() call translates between C unsigned short integers and their external representations.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_u_short(xdrs, usp)
XDR *xdrs;
u_short *usp;

Parameters

xdrs

usp

Return Values

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


[Back: xdr_u_long()]
[Next: xdr_union()]