EsbSetUserEx

Sets a user information structure, which contains security information for the user.

Syntax

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

hCtx

API context handle.

pUserInfoEx

Pointer to info structure of externally authenticated user.

Notes

Return Value

Returns zero (o) if successful.

Access

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