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

DtMmdbLocatorGetSectionObjectId — obtains the object identifier of a section

#include &<DtMmdb.h>
DtMmdbHandle* DtMmdbLocatorGetSectionObjectId(
DtMmdbInfoRequest* request);

The DtMmdbLocatorGetSectionObjectId function returns the object identifier of the specified section. Use the DtMmdbFreeHandle function to release the identifier when it is no longer needed. Table lookup is involved because the section identifier is specified by the locator_ptr field.

Specifies the bookcase in the bookcase descriptor field and the logical identifier of the section in the locator_ptr field.

If DtMmdbLocatorGetSectionObjectId completes successfully, it returns a pointer to the object identifier for the section. If it fails, it returns a NULL pointer.

The following shows how a DtMmdbLocatorGetSectionObjectId call might be coded.

DtMmdbInfoRequest request;
/* fill the request */
DtMmdbLocatorGetSectionObjectId(&&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.