Man Page: dtmmdbbookcasefreeinfo
Operating Environment: hpux
Section: 3
DtMmdbBookCaseFreeInfo(library call) DtMmdbBookCaseFreeInfo(library call)NAMEDtMmdbBookCaseFreeInfo -- frees space used by bookcase information structureSYNOPSIS#include <DtMmdb.h> void DtMmdbBookCaseFreeInfo( DtMmdbBookCaseInfo* x);DESCRIPTIONThe DtMmdbBookCaseFreeInfo function frees the space used by the specified bookcase information structure.ARGUMENTSx Specifies a pointer to the bookcase information structure.RETURN VALUENone.EXAMPLEThe following shows how a DtMmdbBookCaseFreeInfo call might be coded. DtBookCaseInfo* x = DtMmdbBookCaseGetInfo(0); /* make use of x */ DtMmdbBookCaseFreeInfo(x); /* free x */SEE ALSODtMmdbBookCaseGetInfo(3), DtMmdbBookCaseGetInfo(3) DtMmdbBookCaseFreeInfo(library call)
| Related Man Pages |
|---|
| xmclipboardendcopy(3) - redhat |
| dtmmdbdlpgetnextsectionid(3) - hpux |
| dtmmdbdlpgetprevsectionid(3) - hpux |
| dtmmdbopeninfolib(3) - hpux |
| xmclipboardendcopy(3) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Unix File Permissions |
| How to list file size on HPUX? |
| Seeking Alternative for diff in hp |
| Tar Command |