DtMmdbFreeHandleList(library call) DtMmdbFreeHandleList(library call)
NAME [Toc] [Back]
DtMmdbFreeHandleList - frees memory used by a DtMmdbHandle array
SYNOPSIS [Toc] [Back]
#include <DtMmdb.h>
void DtMmdbFreeHandleList(
DtMmdbHandle** list);
DESCRIPTION [Toc] [Back]
The DtMmdbFreeHandleList frees all memory used by a DtMmdbHandle
array, including all contained DtMmdbHandle structures.
ARGUMENTS [Toc] [Back]
list Specifies the pointer to the DtMmdbHandle array.
RETURN VALUE [Toc] [Back]
None.
EXAMPLE [Toc] [Back]
The following shows how a DtMmdbFreeHandleList call might be coded.
DtMmdbHandle** x = ...
/* make use of x */
DtMmdbFreeHandleList(x); /* free x */
SEE ALSO [Toc] [Back]
DtMmdbFreeHandle(3)
- 1 - Formatted: January 24, 2005 [ Back ] |