Query: dtmmdbstylesheetgetname
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DtMmdbStylesheetGetName(library call) DtMmdbStylesheetGetName(library call)NAMEDtMmdbStylesheetGetName -- obtains the name of a stylesheetSYNOPSIS#include <DtMmdb.h> const char* DtMmdbStylesheetGetName( DtMmdbInfoRequest* request);DESCRIPTIONThe DtMmdbStylesheetGetName function returns the name of the specified stylesheet object. Do not use the free function on the returned pointer.ARGUMENTSrequest Specifies the bookcase in the bookcase descriptor field and the stylesheet object's Database Engine identifier, in the pri- mary_oid field.RETURN VALUEIf DtMmdbStylesheetGetName completes successfully, it returns a pointer to a NULL-terminated name character string. If it fails, it returns a NULL pointer.EXAMPLEThe following shows how a DtMmdbStylesheetGetName call might be coded. DtMmdbInfoRequest request; /* fill the request here */ request.primary_oid = DtMmdbSectionGetStyleSheetId(&request); DtMmdbStylesheetGetName(&request);SEE ALSOTO BE SUPPLIED DtMmdbStylesheetGetName(library call)
Related Man Pages |
---|
dtmmdbbookgetlongtitle(3) - hpux |
dtmmdbbookgetshorttitle(3) - hpux |
dtmmdbgetbookcasebylocs(3) - hpux |
dtmmdbsectiongetlongtitle(3) - hpux |
dtmmdbsectiongetloc(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
Is UNIX an open source OS ? |
How to extract every repeated string between two specific string? |
Shopt -s histappend |