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

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

Contents


 DtMmdbStylesheetGetName(library call) DtMmdbStylesheetGetName(library call)




 NAME    [Toc]    [Back]
      DtMmdbStylesheetGetName - obtains the name of a stylesheet

 SYNOPSIS    [Toc]    [Back]
      #include <DtMmdb.h>
      const char* DtMmdbStylesheetGetName(
      DtMmdbInfoRequest* request);

 DESCRIPTION    [Toc]    [Back]
      The DtMmdbStylesheetGetName function returns the name of the specified
      stylesheet object. Do not use the free function on the returned
      pointer.

 ARGUMENTS    [Toc]    [Back]
      request   Specifies the bookcase in the bookcase descriptor field and
                the stylesheet object's Database Engine identifier, in the
                primary_oid field.

 RETURN VALUE    [Toc]    [Back]
      If DtMmdbStylesheetGetName completes successfully, it returns a
      pointer to a NULL-terminated name character string. If it fails, it
      returns a NULL pointer.

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

      DtMmdbInfoRequest request;
      /* fill the request here */
      request.primary_oid = DtMmdbSectionGetStyleSheetId(&request);
      DtMmdbStylesheetGetName(&request);

 SEE ALSO    [Toc]    [Back]
      TO BE SUPPLIED


                                    - 1 -       Formatted:  January 24, 2005
[ Back ]
      
      
 Similar pages
Name OS Title
DtMmdbStylesheetGetData HP-UX obtains the data for a stylesheet object
DtMmdbSectionGetStyleSheetId HP-UX obtains the object identifier of a section's stylesheet
tis_getspecific Tru64 Obtains the data associated with the
afslog OpenBSD obtains AFS tokens
DtMmdbLocatorGetSectionLoc HP-UX obtains the locator of a section
XmGetTearOffControl IRIX A RowColumn function that obtains the
XmGetTearOffControl Tru64 A RowColumn function that obtains
pthread_rwlockattr_getpshared Tru64 Obtains the process-shared
DtMmdbSectionGetLoc HP-UX obtains a section's locator
timer_gettime Tru64 Obtains or sets the expiration
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service