Returns a value indicating whether the Essbase Server is in Unicode mode or non-Unicode mode.
Syntax
ESS_FUNC_M EssGetServerMode(hCtx, *bUnicode);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle (logged in) |
bUnicode | ESS_BOOL_T | The returned value, bUnicode, where bUnicode can be:
|
Return Value
None.
Access
This function does not require the caller to have a special privilege.
See Also