![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbInfoLibFreeInfo — frees space occupied by an infolib information structure SYNOPSIS#include &<DtMmdb.h> void DtMmdbInfoLibFreeInfo( DtMmdbInfoLib* info_struct); DESCRIPTIONThe DtMmdbInfoLibFreeInfo function releases the space used by an infolib information structure. ARGUMENTS
RETURN VALUENone. EXAMPLEThe following shows how a DtMmdbInfoLibFreeInfo call might be coded. DtMmdbInfoLibInfo *x; x = DtMmdbInfoLibGetInfo(0); /* make use of x */ DtMmdbInfoLibFreeInfo(x); SEE ALSODtMmdbInfoLibGetInfo(3)
|