UserMgrUserAddInfoToUser (FUN)
FUNCTION UserMgrUserAddInfoToUser : RTS_IEC_RESULT
Adds an value to an logged in user. This can be used as some kind of cache that exists as long as the user is logged in.
- InOut:
Scope
Name
Type
Comment
Return
UserMgrUserAddInfoToUserRTS_IEC_RESULTERR_OK: Value cached; ERR_DUPLICATE: The same key has been used already; ERR_FAILED: The caching failed
Input
hUserRTS_IEC_HANDLEHandle to authorized user
key__XWORDAccess key for the cache value. This has to be used at UserMgrGetInfoOfUser to access the value.
valueUserMgrCacheValueValue to cache at the user.