ultrix man page for rpc_dup_handle

Query: rpc_dup_handle

OS: ultrix

Section: 3ncs

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

rpc_dup_handle(3ncs)													      rpc_dup_handle(3ncs)

Name
       rpc_dup_handle - make a copy of an RPC handle (client only)

Syntax
       #include <idl/c/rpc.h>

       handle_t rpc_$dup_handle(handle, status)
       handle_t handle;
       status_$t *status;

Arguments
       handle The RPC handle to be copied.

       status The completion status.  If the completion status returned in is equal to status_$ok , then the routine that supplied it was success-
	      ful.

Description
       The routine returns a copy of an existing RPC handle.  Both handles can then be used in the client program for concurrent multiple accesses
       to  a binding.  Because all duplicates of a handle reference the same data, an or routine made on any one duplicate affects all duplicates.
       However, an RPC handle is not freed until is called on all copies of the handle.

Files
See Also
       intro(3ncs), rpc_alloc_handle(3ncs), rpc_free_handle(3ncs)

															      rpc_dup_handle(3ncs)
Related Man Pages
rpc_allow_remote_shutdown(3ncs) - ultrix
rpc_clear_binding(3ncs) - ultrix
rpc_inq_object(3ncs) - ultrix
rpc_set_short_timeout(3ncs) - ultrix
socket_family_from_name(3ncs) - ultrix
Similar Topics in the Unix Linux Community
A short history of UNIX by l.madden@ic.ac.uk
Lost root password / Can't login as root
How do you detect keystrokes in canonical mode?
PHP Write Man Pages to MySQL DB