Previous section.

CDE 1.1: Remote Procedure Call
Copyright © 1997 The Open Group

NAME

rpc_tower_to_binding- returns a binding handle from a protocol tower representation

SYNOPSIS

#include <dce/rpc.h>

void rpc_tower_to_binding( byte_p_t prot_tower, rpc_binding_handle_t *binding, unsigned32 *status);

PARAMETERS

Input

prot_tower
Specifies a single protocol tower to convert to a binding handle.

Output

binding
Returns the binding handle.

status
Returns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not.

Possible status codes and their meanings include:

rpc_s_ok
Success.

rpc_s_protseq_not_supported

Protocol sequence not supported on this host.

DESCRIPTION

The rpc_tower_to_binding() routine creates a binding handle from a protocol tower. A protocol tower is the network representation of a binding handle.

When an application finishes using the binding argument, the application calls the rpc_binding_free() routine to release the memory used by the binding handle.

RETURN VALUE

None.

SEE ALSO


rpc_binding_copy()
rpc_binding_free()
rpc_tower_vector_free()
rpc_tower_vector_from_binding().

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