rpc_tower_vector_from_binding- creates a protocol tower vector from a binding handle
#include <dce/rpc.h>
void rpc_tower_vector_from_binding(
rpc_if_handle_t if_spec,
rpc_binding_handle_t binding,
rpc_tower_vector_p_t *twr_vector,
unsigned32 *status);
Input
- if_spec
- The interface specification that will be combined with a binding handle to form a tower vector.
- binding
- The binding handle that will be combined with a interface specification to form a tower vector.
Output
- twr_vector
- Returns the allocated tower vector.
- 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_no_interfaces
No interfaces registered.
In addition to the above values, status can return the value of status from a called routine.
The rpc_tower_vector_from_binding() routine creates a vector of towers from a binding handle. After the caller is finished with the tower vector, the rpc_tower_vector_free() routine must be called to release the memory used by the vector.
None.
rpc_binding_copy()
rpc_binding_free()
rpc_tower_to_binding()
rpc_tower_vector_free().
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 |