Function : OS Environment Variables

OSSetEnvironmentInt - Set an "integer" environment variable.
----------------------------------------------------------------------------------------------------------

#include <osenv.h>

void LNPUBLIC OSSetEnvironmentInt(
const char far *VariableName,
int Value);

Description :

OSSetEnvironmentInt is used to set the value of a Domino or Notes environment variable to the specified integer. The environment variable can be an existing or new one.

Parameters :

See Also :

OSGetEnvironmentInt
----------------------------------------------------------------------------------------------------------