xdr_void()

The xdr_void() call returns a value of 1.

Syntax

#include <rpc\rpc.h>

bool_t
xdr_void()

Description

The xdr_void() call is used like a command that does not require any other XDR functions. You can place this call in the inproc or outproc parameter of the clnt_call() function when you do not need to move data.

Return Values

The xdr_void() call always returns a value of 1.

Related Calls


[Back: xdr_vector()]
[Next: xdr_wrapstring()]