EssGetServerMode

Returns a value indicating whether the Essbase Server is in Unicode mode or non-Unicode mode.

Syntax

ESS_FUNC_M EssGetServerMode(hCtx, *bUnicode);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle (logged in)

bUnicode

ESS_BOOL_T

The returned value, bUnicode, where bUnicode can be:

  • ESS_TRUE—Essbase Server is in Unicode mode. Essbase Server allows creation of Unicode mode applications or migration of non-Unicode mode applications to Unicode mode.

  • ESS_FALSE—Essbase Server is in non-Unicode mode. Essbase Server does not allow creation of Unicode mode applications or migration of non-Unicode mode applications to Unicode mode.

Return Value

None.

Access

This function does not require the caller to have a special privilege.

See Also

  • EssSetServerMode