rpc_if_id_vector_free- frees a vector and the interface identifier structures it contains
#include <dce/rpc.h>
void rpc_if_id_vector_free(
rpc_if_id_vector_t **if_id_vector,
unsigned32 *status);
Input/Output
- if_id_vector
- Specifies the address of a pointer to a vector of interface information. On success this argument 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.
The rpc_if_id_vector_free() routine frees the memory used to store a vector of interface identifiers when they have been obtained by calling either rpc_ns_mgmt_entry_inq_if_ids() or rpc_mgmt_inq_if_ids(). This freed memory includes memory used by the interface identifiers and the vector itself.
None.
rpc_if_inq_id()
rpc_mgmt_inq_if_ids()
rpc_ns_mgmt_entry_inq_if_ids().
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 |