[Prev] [Next] [Top] [Bottom] [Contents] (55 out of 193)

SaHtmlBegin

Prints the beginning fragment for an HTML page to an HTML stream.

Synopsis

#include "SaRnHtml.h"

int SaHtmlBegin();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning fragment for an HTML page to an HTML stream.

Example

The code fragment:

SaHtmlEnd();
will write:

</HTML>
to the output stream.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (55 out of 193)