FreeBSD Manual Pages
DtMmdbFreeHandleList(library call) DtMmdbFreeHandleList(library call) NAME DtMmdbFreeHandleList -- frees memory used by a DtMmdbHandle array SYNOPSIS #include <DtMmdb.h> void DtMmdbFreeHandleList( DtMmdbHandle** list); DESCRIPTION The DtMmdbFreeHandleList frees all memory used by a DtMmdbHandle array, including all contained DtMmdbHandle structures. ARGUMENTS list Specifies the pointer to the DtMmdbHandle array. RETURN VALUE None. EXAMPLE The following shows how a DtMmdbFreeHandleList call might be coded. DtMmdbHandle** x = ... /* make use of x */ DtMmdbFreeHandleList(x); /* free x */ SEE ALSO DtMmdbFreeHandle(3) DtMmdbFreeHandleList(library call)
NAME | SYNOPSIS | DESCRIPTION | ARGUMENTS | RETURN VALUE | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=DtMmdbFreeHandleList&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>