Previous section.

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

NAME

rpc_protseq_vector_free- frees the memory used by a protocol sequence vector and its protocol sequences

SYNOPSIS

#include <dce/rpc.h>

void rpc_protseq_vector_free( rpc_protseq_vector_t **protseq_vector, unsigned32 *status);

PARAMETERS

Input/Output

protseq_vector
Specifies the address of a pointer to a vector of protocol sequences. On return the pointer is set to NULL.

Output

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

Possible status codes and their meanings include:

rpc_s_ok
Success.

DESCRIPTION

The rpc_protseq_vector_free() routine frees the memory used to store a vector of protocol sequences when the vector was obtained by calling rpc_network_inq_protseqs(). Both the protocol sequences and the protocol sequence vector are freed.

RETURN VALUE

None.

SEE ALSO


rpc_network_inq_protseqs().

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