![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbFreeGraphicInfo — frees memory used by a graphics info structure SYNOPSIS#include &<DtMmdb.h> void DtMmdbFreeGraphicInfo( DtMmdbGraphicInfo* struct); DESCRIPTIONThe DtMmdbFreeGraphicInfo function frees all memory used by a DtMmdbGraphicInfo structure. ARGUMENTS
RETURN VALUENone. EXAMPLEThe following shows how a DtMmdbFreeGraphicInfo call might be coded. DtMmdbGraphicInfo* x = ... DtMmdbFreeGraphicInfo(x); SEE ALSODtMmdbGraphicGetInfo(3)
|