![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbLocatorGetSectionObjectId — obtains the object identifier of a section SYNOPSIS#include &<DtMmdb.h> DtMmdbHandle* DtMmdbLocatorGetSectionObjectId( DtMmdbInfoRequest* request); DESCRIPTIONThe 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. ARGUMENTS
RETURN VALUEIf DtMmdbLocatorGetSectionObjectId completes successfully, it returns a pointer to the object identifier for the section. If it fails, it returns a NULL pointer. EXAMPLEThe following shows how a DtMmdbLocatorGetSectionObjectId call might be coded. DtMmdbInfoRequest request; /* fill the request */ DtMmdbLocatorGetSectionObjectId(&&request); SEE ALSOTO BE SUPPLIED
|