DtMmdbTocGetParentId man page on HP-UX

Man page or keyword search:  
man Server   10987 pages
apropos Keyword Search (all sections)
Output format
HP-UX logo
[printable version]

DtMmdbTocGetParentId(library call)	    DtMmdbTocGetParentId(library call)

NAME
       DtMmdbTocGetParentId — obtains the object identifier of the parent sec‐
       tion

SYNOPSIS
       #include <DtMmdb.h>
       DtMmdbHandle* DtMmdbTocGetParentId(
       DtMmdbInfoRequest* request);

DESCRIPTION
       The DtMmdbTocGetParentId function returns the object identifier of  the
       section that is parent to the specified section. Use the DtMmdbFreeHan‐
       dle to release the identifier when it is no longer needed.

ARGUMENTS
       request	 Specifies the bookcase in the bookcase descriptor  field  and
		 the  section's Database Engine identifier, in the primary_oid
		 field.

RETURN VALUE
       If DtMmdbTocGetParentId completes successfully, it returns  the	object
       identifier  of  the  parent  section.   If  it fails, it returns a NULL
       pointer.

EXAMPLE
       The following shows how a DtMmdbTocGetParentId call might be coded.

       DtMmdbInfoRequest request;
       /* fill the request here */
       DtMmdbHandle* parent = DtMmdbTocGetParentId(&request);
       if  (parent != DtMmdbGroundId) {
	  if (parent == 0) {
	      /* invalid request */
	  } else {
	    /* parent points at the parent section */
	  }
       } else { /* this section is the root section */
	}

SEE ALSO
       TO BE SUPPLIED

					    DtMmdbTocGetParentId(library call)
[top]

List of man pages available for HP-UX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net