![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbTocGetChildIds — obtains a list of object identifiers for child sections SYNOPSIS#include &<DtMmdb.h> DtMmdbHandle** DtMmdbTocGetChildIds( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTIONThe DtMmdbTocGetChildIds function returns an array of the object identifiers for the child sections belonging to the specified section. Use the DtmmdbFreeHandleList to release the array when it is no longer needed. ARGUMENTS
RETURN VALUEIf DtMmdbTocGetChildIds completes successfully, it returns a NULL-terminated object identifier array. If it fails, it returns a NULL pointer. EXAMPLEThe following shows how a DtMmdbTocGetChildIds call might be coded. DtMmdbInfoRequest request; unsigned int length; /* fill the request here */ handleList = DtMmdbTocGetChildIds(&&request, &&length); SEE ALSOTO BE SUPPLIED
|