![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbTocGetParentId — obtains the object identifier of the parent section SYNOPSIS#include &<DtMmdb.h> DtMmdbHandle* DtMmdbTocGetParentId( DtMmdbInfoRequest* request); DESCRIPTIONThe DtMmdbTocGetParentId function returns the object identifier of the section that is parent to the specified section. Use the DtMmdbFreeHandle to release the identifier when it is no longer needed. ARGUMENTS
RETURN VALUEIf DtMmdbTocGetParentId completes successfully, it returns the object identifier of the parent section. If it fails, it returns a NULL pointer. EXAMPLEThe following shows how a DtMmdbTocGetParentId call might be coded. DtMmdbInfoRequest request; /* fill the request here */ DtMmdbHandle* parent = DtMmdbTocGetParentId(&&request); if (parent != DtMmdbGroundId) { SEE ALSOTO BE SUPPLIED
|