ReactOS 0.4.16-dev-588-gf07ea94
|
#include <xdr.h>
Public Attributes | |
bool_t(* | x_getlong )(struct __rpc_xdr *, long *) |
bool_t(* | x_putlong )(struct __rpc_xdr *, const long *) |
bool_t(* | x_getbytes )(struct __rpc_xdr *, char *, u_int) |
bool_t(* | x_putbytes )(struct __rpc_xdr *, const char *, u_int) |
u_int(* | x_getpostn )(struct __rpc_xdr *) |
bool_t(* | x_setpostn )(struct __rpc_xdr *, u_int) |
int32_t *(* | x_inline )(struct __rpc_xdr *, u_int) |
void(* | x_destroy )(struct __rpc_xdr *) |
bool_t(* | x_control )(struct __rpc_xdr *, int, void *) |