GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtMmdbStylesheetGetName(library call) DtMmdbStylesheetGetName(library call)

DtMmdbStylesheetGetName — obtains the name of a stylesheet

#include &<DtMmdb.h>
const char* DtMmdbStylesheetGetName(
DtMmdbInfoRequest* request);

The DtMmdbStylesheetGetName function returns the name of the specified stylesheet object. Do not use the free function on the returned pointer.

Specifies the bookcase in the bookcase descriptor field and the stylesheet object's Database Engine identifier, in the primary_oid field.

If DtMmdbStylesheetGetName completes successfully, it returns a pointer to a NULL-terminated name character string. If it fails, it returns a NULL pointer.

The following shows how a DtMmdbStylesheetGetName call might be coded.

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

TO BE SUPPLIED


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.