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

SaHeadEnd

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

Synopsis

#include "SaRnHtml.h"

int SaHeadEnd();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

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

Example

The code fragment:

SaHeadEnd();
will write:

</HEAD>
to the output stream.

See Also


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