Query: dtmmdbgraphicgetinfo
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtMmdbGraphicGetInfo(library call) DtMmdbGraphicGetInfo(library call)NAMEDtMmdbGraphicGetInfo -- obtains information about a graphic objectSYNOPSIS#include <DtMmdb.h> DtMmdbGraphicInfo* DtMmdbGraphicGetInfo( DtMmdbInfoRequest* request);DESCRIPTIONThe DtMmdbGraphicGetInfo function returns a structure containing the information about a graphic object. Use the DtMmdbFreeGraphicInfo function to release the memory when the structure is no longer needed. Table lookup is involved because the graphic identifier is specified by the locator_ptr field.ARGUMENTSrequest Specifies the bookcase in the bookcase descriptor field and the identifier of the graphic object in the locator_ptr field.RETURN VALUEIf DtMmdbGraphicGetInfo completes successfully, it returns a pointer to the graphic information structure. If it fails, it returns a NULL pointer.EXAMPLEThe following shows how a DtMmdbGraphicGetInfo call might be coded. DtMmdbInfoRequest request; /* fill the request */ DtMmdbGraphicGetInfo(&request);SEE ALSODtMmdbFreeGraphicInfo(3) DtMmdbGraphicGetInfo(library call)
Related Man Pages |
---|
dtmmdbbookgetlongtitle(3) - hpux |
dtmmdbdlpgetprevsectionid(3) - hpux |
dtmmdbgetbookcasebylocs(3) - hpux |
dtmmdbgraphicinfo(5) - hpux |
exconfig(3alleg4) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
Is UNIX an open source OS ? |
How to extract every repeated string between two specific string? |
Shopt -s histappend |