EsbSetUserEx

Description

EsbSetUserEx() sets a user information structure, which contains security information for the user. This function operates similarly to EsbSetUser().

Syntax

Declare Function EsbSetUserEx Lib "esbapin" (
ByVal hCtx As Long,
      pUserInfo As ESB_USERINFOEX_T) As Long

Parameters

hCtx Essbase API context handle.
pUserInfoEx Pointer to info structure of externally authenticated user.

Return Value

Returns zero (o) if successful.

Notes

Access

This function requires the caller to have Create/Delete User privilege (ESS_PRIV_USERCREATE) for the logged in server.

Example

See Also