[Top] [Prev] [Next] [Bottom] [Contents]

SaGetContentString

Gets the current content string.

Synopsis

#include "SaRnHtml.h"
char* XKEXPORT SaGetContentString SUTPROTO(());

Arguments

None.

Return Values

A string which holds the current content string.

Description

Gets the current content string. The returned string should not be free'd or modified.

Example

char* str;
str = SaGetContentString();
/*** examine str only **/

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.