dtmmdbbookcasegetinfo(3) hpux man page | unix.com

Man Page: dtmmdbbookcasegetinfo

Operating Environment: hpux

Section: 3

DtMmdbBookCaseGetInfo(library call)									       DtMmdbBookCaseGetInfo(library call)

NAME
DtMmdbBookCaseGetInfo -- obtains information about a bookcase
SYNOPSIS
#include <DtMmdb.h> DtMmdbBookCaseInfo* DtMmdbBookCaseGetInfo( int bookcase_descriptor);
DESCRIPTION
The DtMmdbBookCaseGetInfo function returns a structure containing information about the specified bookcase.
ARGUMENTS
bookcase_descriptor Specifies the descriptor for the bookcase.
RETURN VALUE
If DtMmdbBookCaseGetInfo completes successfully, it return the information structure for the bookcase. If it fails, it returns NULL.
EXAMPLE
The following shows how a DtMmdbBookCaseGetInfo call might be coded. int i; DtMmdbInfoLib* infolibInfo = DtMmdbInfoLibGetInfo(0); DtMmdbBookCaseInfo* x; for (i=0; i<infolibInfo->num_bookcases; i++) { x = DtMmdbBookCaseGetInfo(i); /* make use of x */ }
SEE ALSO
DtMmdbBookCaseFreeInfo(3), DtMmdbBookCaseGetInfo(3) DtMmdbBookCaseGetInfo(library call)
Related Man Pages
dtmmdbbookgetlongtitle(3) - hpux
dtmmdbgetbookcasebyloc(3) - hpux
dtmmdbopeninfolib(3) - hpux
dtmmdbsectiongetloc(3) - hpux
dtprintcopysetupdata(3) - hpux
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
How to extract every repeated string between two specific string?
Hpux 11iV3 administration document
Shopt -s histappend