Query: dtmmdbtocgetchildids
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtMmdbTocGetChildIds(library call) DtMmdbTocGetChildIds(library call)NAMEDtMmdbTocGetChildIds -- obtains a list of object identifiers for child sectionsSYNOPSIS#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.ARGUMENTSrequest Specifies the bookcase in the bookcase descriptor field and the section's Database Engine identifier, in the primary_oid field. length Specifies the variable to receive the length of the returned array (in bytes), if the returned pointer to the array is not NULL. If it is set to zero, the section has no child section.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 DtMmdbTocGetChildIds(library call)
Related Man Pages |
---|
dtmmdbbookgettocobjectid(3) - hpux |
dtmmdbdlpgetprevsectionid(3) - hpux |
dtmmdbgetbookcasebyloc(3) - hpux |
dtmmdbopeninfolib(3) - hpux |
dtmmdbsectiongetloc(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
Thank you members and admins |
awk - Multi-line data to be stored in variable |
Wrong Array... |