rpc_mgmt_inq_com_timeout- returns the communications timeout value for a server binding handle
#include <dce/rpc.h>
void rpc_mgmt_inq_com_timeout(
rpc_binding_handle_t binding,
unsigned32 *timeout,
unsigned32 *status);
Input
- binding
- Specifies a server binding handle.
Output
- timeout
- Returns the communications timeout value from the binding argument.
- status
- Returns the status code from this routine. The status code indicates whether the routine completed successfully, or if not, why not.
Possible status codes and their meanings include:
- rpc_s_ok
- Success.
The rpc_mgmt_inq_com_timeout() routine returns the communications timeout value in a server binding handle.
tagmref_rpc_mgmt_set_com_timeout explains the timeout values in the returned timeout.To change the timeout value, a client calls the rpc_mgmt_set_com_timeout() routine.
None.
rpc_mgmt_set_com_timeout().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.
Contents | Next section | Index |