]]> DtMmdbBookCaseFreeInfolibrary call DtMmdbBookCaseFreeInfofrees space used by bookcase information structure #include <DtMmdb.h> void DtMmdbBookCaseFreeInfo DtMmdbBookCaseInfo* x DESCRIPTION The DtMmdbBookCaseFreeInfo function frees the space used by the specified bookcase information structure. ARGUMENTS x Specifies a pointer to the bookcase information structure. RETURN VALUE None. EXAMPLE The following shows how a DtMmdbBookCaseFreeInfo call might be coded. DtBookCaseInfo* x = DtMmdbBookCaseGetInfo(0); /* make use of x */ DtMmdbBookCaseFreeInfo(x); /* free x */ SEE ALSO &cdeman.DtMmdbBookCaseGetInfo;, &cdeman.DtMmdbBookCaseGetInfo;