asfreearraypidlist - release array-wide PID enumeration
structures
SYNOPSIS
#include <arraysvcs.h>
void asfreearraypidlist(asarraypidlist_t *PIDList, uint32_t Flags);
DESCRIPTION
The asfreearraypidlist function releases the resources
used by the specified asarraypidlist_t structure. These
structures are typically generated by the aspidsi
nash_array(3X) function.
The exact resources to be released are controlled by the
Flags argument. The Flags value is constructed by OR-ing
together flags from the following list:
AASSFFLLFF_FFRREEEEDDAATTAA
Release the storage used by the individual asma
chinepidlist_t elements
If Flags is 0, only the storage used by the asarraypidlist_t
structure itself will be released.
NOTES
asfreearraypidlist is found in the library "libarray.so",
and will be loaded if the option "-larray" is used with
cc(1) or ld(1).
SEE ALSO
aspidsinash_array(3X).
Man(1) output converted with
man2html