*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> DtMmdbTocGetChildIds (3)              
Title
Content
Arch
Section
 

Contents


 DtMmdbTocGetChildIds(library call)       DtMmdbTocGetChildIds(library call)




 NAME    [Toc]    [Back]
      DtMmdbTocGetChildIds - obtains a list of object identifiers for child
      sections

 SYNOPSIS    [Toc]    [Back]
      #include <DtMmdb.h>
      DtMmdbHandle** DtMmdbTocGetChildIds(
      DtMmdbInfoRequest* request,
      unsigned int* length);

 DESCRIPTION    [Toc]    [Back]
      The 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    [Toc]    [Back]
      request   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 VALUE    [Toc]    [Back]
      If DtMmdbTocGetChildIds completes successfully, it returns a NULLterminated
 object identifier array.  If it fails, it returns a NULL
      pointer.

 EXAMPLE    [Toc]    [Back]
      The following shows how a DtMmdbTocGetChildIds call might be coded.

      DtMmdbInfoRequest request; unsigned int length;
      /* fill the request here */
      handleList = DtMmdbTocGetChildIds(&request, &length);

 SEE ALSO    [Toc]    [Back]
      TO BE SUPPLIED


                                    - 1 -       Formatted:  January 24, 2005
[ Back ]
      
      
 Similar pages
Name OS Title
DtMmdbTocGetNumOfChildren HP-UX obtains the number of child sections
DtMmdbBookGetTabList HP-UX obtains the list of tab sections in a book
list_child HP-UX Displays a list of all the child pointers whose names match the specified child name
cs_oid_cmp Tru64 compare two object identifiers (OIDs)
mcs Tru64 Manipulates object file comment sections
size Tru64 Prints the size of an object file and the sizes of its segments or sections
AFinittrackids IRIX initialize the list of audio track identifiers in an AFfilesetup structure.
AFinitinstids IRIX specify a list of instrument parameter chunk identifiers to be stored in an AFfilesetup structure.
rpccp_unexport HP-UX Removes binding information, interface identifiers, and object UUIDs from a server entry
rpccp_show_server HP-UX Shows the binding information, interface identifiers, and object UUIDs in a server entry
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service