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

SaHtmlEnd

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

Synopsis

#include "SaRnHtml.h"

int SaHtmlEnd();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the ending 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] (56 out of 193)