Previous section.

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

NAME

rpc_mgmt_stats_vector_free- frees a statistics vector

SYNOPSIS

#include <dce/rpc.h>

void rpc_mgmt_stats_vector_free( rpc_stats_vector_t **stats_vector, unsigned32 *status);

PARAMETERS

Input/Output

stats_vector
Specifies a statistics vector. On successful return, stats_vector contains the value 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

An application calls the rpc_mgmt_stats_vector_free() routine to release the memory used to store a vector of statistics obtained with a call to rpc_mgmt_inq_stats().

RETURN VALUE

None.

SEE ALSO


rpc_mgmt_inq_stats().

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