Previous section.

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

NAME

rpc_tower_vector_free- releases memory associated with a protocol tower vector

SYNOPSIS

#include <dce/rpc.h>

void rpc_tower_vector_free( rpc_tower_vector_p_t *twr_vector, unsigned32 *status);

PARAMETERS

Input

twr_vector
Specifies the tower vector to be freed. On return, its value is NULL.

Output

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.

In addition to the above value, status can return the value of status from a called routine.

DESCRIPTION

The rpc_tower_vector_free() routine releases memory associated with a tower vector, including the towers as well as the vector.

RETURN VALUE

None.

SEE ALSO


rpc_binding_copy()
rpc_binding_free()
rpc_tower_to_binding()
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