DtMmdbFreeGraphicInfo(library call) DtMmdbFreeGraphicInfo(library call)
NAME [Toc] [Back]
DtMmdbFreeGraphicInfo - frees memory used by a graphics info structure
SYNOPSIS [Toc] [Back]
#include <DtMmdb.h>
void DtMmdbFreeGraphicInfo(
DtMmdbGraphicInfo* struct);
DESCRIPTION [Toc] [Back]
The DtMmdbFreeGraphicInfo function frees all memory used by a
DtMmdbGraphicInfo structure.
ARGUMENTS [Toc] [Back]
struct Specifies the pointer to the DtMmdbGraphicInfo structure,
returned by a previous call to DtMmdbGraphicGetInfo.
RETURN VALUE [Toc] [Back]
None.
EXAMPLE [Toc] [Back]
The following shows how a DtMmdbFreeGraphicInfo call might be coded.
DtMmdbGraphicInfo* x = ...
DtMmdbFreeGraphicInfo(x);
SEE ALSO [Toc] [Back]
DtMmdbGraphicGetInfo(3)
- 1 - Formatted: January 24, 2005 [ Back ] |