EssGSetPath

Description

EssGSetPath() sets the ARBORPATH environment variable for the current process.

Syntax

ESSG_FUNC_M EssGSetPath (pszPath); 
ESSG_STR_TpszPath;

Parameters

pszPathPointer to the string describing the ARBORPATH environment variable

Return Value

Notes

Example

ESS_STS_T
ESSG_SetPath(ESS_STR_T pszPath)
{ 
   ESS_STS_T  sts
   ESSG_STR_T pszPath = "C:\Essbase";
   sts = EssGSetPath (pszPath);
   return sts;
}

See Also

Using the Grid API Functions
Grid API Structures