EssCreateLocalContext

Creates a local API context for use in local API operations.

 

Syntax

ESS_FUNC_M EssCreateLocalContext (hInstance, UserName, Password, phLocalCtx);
ParameterData TypeDescription

hInstance;

ESS_HINST_T

API instance handle.

UserName;

ESS_STR_T

Currently not used - should be NULL.

Password;

ESS_STR_T

Currently not used - should be NULL.

phLocalCtx;

ESS_PHCTX_T

Address of variable to receive Essbase local context handle.

Notes

Return Value

If successful, a valid local context handle is returned in phLocalCtx.

Access

This function requires no special privileges.

Example

See the example of EssGetLocalPath.

See Also