[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetContentString
Gets the current content string.
#include "SaRnHtml.h"
char* XKEXPORT SaGetContentString SUTPROTO(());
Arguments
None.
A string which holds the current content string.
Gets the current content string. The returned string should not be free'd or modified.
char* str;
str = SaGetContentString();
/*** examine str only **/
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.