rpc_mgmt_inq_com_timeout(3rpc)Returns the communications time-out value in a binding handle Used by client applications. Synopsis #include <dce/rpc.h> void rpc_mgmt_inq_com_timeout( rpc_binding_handle_t binding, unsigned32 *timeout, unsigned32 *status); Parameters Input
binding Output
timeout
status
Description The rpc_mgmt_set_com_timeout(3rpc) reference page explains the timeout values returned in timeout. To change the timeout value, a client calls rpc_mgmt_set_com_timeout( ).
Return Values Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
rpc_s_ok
rpc_s_invalid_binding
rpc_s_wrong_kind_of_binding
Related Information
|