GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtMmdbGraphicGetData(library call) DtMmdbGraphicGetData(library call)

DtMmdbGraphicGetData — obtains the data for a graphic object

#include &<DtMmdb.h>
const char* DtMmdbGraphicGetData(
DtMmdbInfoRequest* request,
unsigned int* length);

The 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.

Specifies the bookcase in the bookcase descriptor field and the identifier of the graphic object in the locator_ptr field.
Specifies the variable to receive the length of the returned data, if the returned pointer to the title is not NULL.

If DtMmdbGraphicGetData completes successfully, it returns a pointer to the data for the graphic object. If it fails, it returns a NULL pointer.

The following shows how a DtMmdbGraphicGetData call might be coded.

DtMmdbInfoRequest request;
/* fill the request */
DtMmdbGraphicGetData(&&request);

TO BE SUPPLIED


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.