Sponsored Content
Full Discussion: Help
Operating Systems HP-UX Help Post 79733 by Perderabo on Saturday 30th of July 2005 03:52:48 PM
Old 07-30-2005
Well, I like it. It surveys almost all internal topics in unix. It's a little bit old, 1996. Main thing missing is the Veritas filesystem. But another journeling filesystem is covered. I see you put the question in HP-UX. It is not very HP-UX specific. If that is your requirement, you may want to consider hp-ux 11i internals by Cooper and Moore.
 
DtMmdbBookGetShortTitle(library call)									     DtMmdbBookGetShortTitle(library call)

NAME
DtMmdbBookGetShortTitle -- obtains the short title of a book SYNOPSIS
#include <DtMmdb.h> const char* DtMmdbBookGetShortTitle( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTION
The DtMmdbBookGetShortTitle function returns the short title of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. ARGUMENTS
request Specifies the bookcase in the bookcase descriptor field, as well as a valid value in the primary_oid, the secondary_oid, or the sequence_num field. The primary_oid represents the DtInfo Database object identifier of the TOC section; the secondary_oid rep- resents the object identifier of the book itself; and the sequence_num represents the sequence number of the book within the bookcase (0 based). If more than one of these fields have a valid value, the order of precedence is: primary_oid, secondary_oid, and, last, sequence_num. length Specifies the variable to receive the length of the returned short title, if the returned pointer to the title is not NULL. RETURN VALUE
If DtMmdbBookGetShortTitle completes successfully, it returns a pointer to the book's short title. If it fails, it returns a NULL pointer. EXAMPLE
None. SEE ALSO
DtMmdbBookGetLongTitle(3) DtMmdbBookGetShortTitle(library call)
All times are GMT -4. The time now is 08:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy