Query: dtmmdbgraphicgetdata
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtMmdbGraphicGetData(library call) DtMmdbGraphicGetData(library call)NAMEDtMmdbGraphicGetData -- obtains the data for a graphic objectSYNOPSIS#include <DtMmdb.h> const char* DtMmdbGraphicGetData( DtMmdbInfoRequest* request, unsigned int* length);DESCRIPTIONThe DtMmdbGraphicGetData function returns the data for a graphic object. Do not use the free function on the returned pointer. 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. length Specifies the variable to receive the length of the returned data, if the returned pointer to the title is not NULL.RETURN VALUEIf DtMmdbGraphicGetData completes successfully, it returns a pointer to the data for the graphic object. If it fails, it returns a NULL pointer.EXAMPLEThe following shows how a DtMmdbGraphicGetData call might be coded. DtMmdbInfoRequest request; /* fill the request */ DtMmdbGraphicGetData(&request);SEE ALSOTO BE SUPPLIED DtMmdbGraphicGetData(library call)
Related Man Pages |
---|
dtmmdbbookgetlongtitle(3) - hpux |
dtmmdbbookgettocobjectid(3) - hpux |
dtmmdbbookgettablist(3) - hpux |
dtmmdbdlpgetprevsectionid(3) - hpux |
dtmmdbsectiongetloc(3) - 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? |
Sequence extraction |
awk - Multi-line data to be stored in variable |