![]() |
![]()
| ![]() |
![]()
NAMEDtMmdbStylesheetGetData — obtains the data for a stylesheet object SYNOPSIS#include &<DtMmdb.h> const char* DtMmdbStylesheetGetData( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTIONThe DtMmdbStylesheetGetData function returns the data for the stylesheet used by the specified section. Do not use the free function on the returned pointer. Table lookup is involved if the section identifier is specified by the locator_ptr field. ARGUMENTS
RETURN VALUEIf DtMmdbStylesheetGetData completes successfully, it returns a pointer to a NULL-terminated data string. If it fails, it returns a NULL pointer. EXAMPLEThe following shows how a DtMmdbStylesheetGetData call might be coded. DtMmdbInfoRequest request; /* fill the request here */ request.primary_oid = DtMmdbSectionGetStyleSheetId(&&request); DtMmdbStylesheetGetName(&&request); SEE ALSOTO BE SUPPLIED
|