VUM_User (STRUCT)ΒΆ
TYPE VUM_User : STRUCT
- InOut:
Name
Type
Comment
wstUserNameWSTRING(79)The user name which must be unique
wstFullNameWSTRING(79)A free full name of the user, only used for legacy.
wstPasswordWSTRING(79)The password which should be used to generate the md5hash
md5HashARRAY [0..15] OF BYTE
The md5hash of the password
dwUserGroupIDDWORDThe user group id
abyUserGroupIDsARRAY [0..VUM_Constants.VISU_VUM_MAX_GROUPS_PER_USER] OF BYTE
Additional user group ids if the user belongs to several groups
byUserGroupCountBYTENumber of additional user groups
bDeactivatedBOOLIs the user deactivated. Only used for legacy.