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

SaSetOrbSeed

Specifies the seed number the cgi will use to contact the Sapphire gateway.

Synopsis

#include "SaRnHtml.h"

int SaSetOrbSeed(int seed);

Arguments

seed
An integer specifying the seed the cgi will use to contact the Sapphire gateway. Valid values are 0 through 99999.

Return Values

Returns 1 if successful. Returns 0 if seed is invalid.

Description

Specifies the seed number the cgi will use to contact the Sapphire gateway. Valid values are 0 through 99999. An invalid seed number produces no change. This call is generated automatically by Sapphire in the main of your cgi with values specified in an option.

Example

SaSetOrbSeed(20);

See Also


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