Query: dtmmdbfreehandlelist
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtMmdbFreeHandleList(library call) DtMmdbFreeHandleList(library call)NAMEDtMmdbFreeHandleList -- frees memory used by a DtMmdbHandle arraySYNOPSIS#include <DtMmdb.h> void DtMmdbFreeHandleList( DtMmdbHandle** list);DESCRIPTIONThe DtMmdbFreeHandleList frees all memory used by a DtMmdbHandle array, including all contained DtMmdbHandle structures.ARGUMENTSlist Specifies the pointer to the DtMmdbHandle array.RETURN VALUENone.EXAMPLEThe following shows how a DtMmdbFreeHandleList call might be coded. DtMmdbHandle** x = ... /* make use of x */ DtMmdbFreeHandleList(x); /* free x */SEE ALSODtMmdbFreeHandle(3) DtMmdbFreeHandleList(library call)
Related Man Pages |
---|
xmgetsecondaryresourcedata(3) - redhat |
dtmmdbbookgettablist(3) - hpux |
dtmmdbgetbookcasebyloc(3) - hpux |
dtmmdbsectiongetlongtitle(3) - hpux |
xmgetsecondaryresourcedata(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
awk - Multi-line data to be stored in variable |
Seeking Alternative for diff in hp |
Wrong Array... |