![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbFreeHandleList — frees memory used by a DtMmdbHandle array SYNOPSIS#include &<DtMmdb.h> void DtMmdbFreeHandleList( DtMmdbHandle** list); DESCRIPTIONThe DtMmdbFreeHandleList frees all memory used by a DtMmdbHandle array, including all contained DtMmdbHandle structures. ARGUMENTS
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)
|