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
DtMmdbGraphicGetInfo(library call) DtMmdbGraphicGetInfo(library call)

DtMmdbGraphicGetInfo — obtains information about a graphic object

#include &<DtMmdb.h>
DtMmdbGraphicInfo* DtMmdbGraphicGetInfo(
DtMmdbInfoRequest* request);

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

Specifies the bookcase in the bookcase descriptor field and the identifier of the graphic object in the locator_ptr field.

If DtMmdbGraphicGetInfo completes successfully, it returns a pointer to the graphic information structure. If it fails, it returns a NULL pointer.

The following shows how a DtMmdbGraphicGetInfo call might be coded.

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

DtMmdbFreeGraphicInfo(3)


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.