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

SaMenuBegin

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

Synopsis

#include "SaRnHtml.h"

int SaMenuBegin();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

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

Example

The code fragment:

SaMenuBegin();
will write:

<MENU>
to the output stream.

See Also


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