![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbGraphicGetData — obtains the data for a graphic object SYNOPSIS#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. ARGUMENTSRETURN 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
|