VUM_User (STRUCT)ΒΆ

TYPE VUM_User : STRUCT

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

md5Hash

ARRAY [0..15] OF BYTE

The md5hash of the password

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.