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

SaMenuEnd

Prints the ending fragment for a menu to an HTML stream.

Synopsis

#include "SaRnHtml.h"

int SaMenuEnd();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the ending fragment for a menu to an HTML stream.

Example

The code fragment:

SaMenuEnd();
will write:

</MENU>
to the output stream.

See Also


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