VUM_User3 (STRUCT)ΒΆ
TYPE VUM_User3 : STRUCT
Extended data definition for a single user
- InOut:
- Name - Type - Comment - wstUserName- WSTRING(79)- The user name which must be unique - wstFullName- WSTRING(79)- A free full name of the user, only used for legacy. - wstPassword- WSTRING(79)- The password which should be used to generate the md5hash - dwUserGroupID- DWORD- The user group id - abyUserGroupIDs- ARRAY [0..VUM_Constants.VISU_VUM_MAX_GROUPS_PER_USER] OF BYTE - Additional user group ids if the user belongs to several groups - byUserGroupCount- BYTE- Number of additional user groups - bDeactivated- BOOL- Is the user deactivated. Only used for legacy. - bChgPassFirstLogin- BOOL- If the password has to change at the first login 
