VMS Help  —  TCPIP Services, Programming Interfaces, RPC XDR Routines, xdr_u_short
    Serializes and deserializes unsigned short integers.
    Format
      #include  <tcpip$rpcxdr.h>
      bool_t  xdr_u_short(XDR *xdrs, unsigned short *usp);

1  –  Arguments

 xdrs
    A pointer to an XDR stream handle created by one of the XDR
    stream-handle creation routines.
 usp
    A pointer to the unsigned short integer.

2  –  Description

    A filter primitive that translates between unsigned short
    integers and their external representations.

3  –  Return Values

    TRUE               Indicates success.
    FALSE              Indicates failure.
Close Help