hpux man page for dtmmdbinfolibfreeinfo

Query: dtmmdbinfolibfreeinfo

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DtMmdbInfoLibFreeInfo(library call)									       DtMmdbInfoLibFreeInfo(library call)

NAME
DtMmdbInfoLibFreeInfo -- frees space occupied by an infolib information structure
SYNOPSIS
#include <DtMmdb.h> void DtMmdbInfoLibFreeInfo( DtMmdbInfoLib* info_struct);
DESCRIPTION
The DtMmdbInfoLibFreeInfo function releases the space used by an infolib information structure.
ARGUMENTS
info_struct Specifies a pointer to the infolib information structure returned by a previous call to the DtMmdbGraphicGetInfo function.
RETURN VALUE
None.
EXAMPLE
The following shows how a DtMmdbInfoLibFreeInfo call might be coded. DtMmdbInfoLibInfo *x; x = DtMmdbInfoLibGetInfo(0); /* make use of x */ DtMmdbInfoLibFreeInfo(x);
SEE ALSO
DtMmdbInfoLibGetInfo(3) DtMmdbInfoLibFreeInfo(library call)
Related Man Pages
xmclipboardendcopy(3) - redhat
xmclipboardcancelcopy(3) - centos
xmclipboardendcopy(3) - centos
dtmmdbsectiongetshorttitle(3) - hpux
dtinfoaction(5) - hpux
Similar Topics in the Unix Linux Community
Unix File Permissions
How to list file size on HPUX?
How to extract every repeated string between two specific string?
SAN Migration question
awk - Multi-line data to be stored in variable