IVisuUserManagement3.Users (METH)
METHOD Users : VUM_ReturnValues
Returns the users in a specified range It works with both legacy and runtime-based user management If everything is correct the function returns VUM_ReturnValues.ERR_OK. see VUM_ReturnValues (ENUM) where possible error reasons are described.
- InOut:
Scope
Name
Type
Comment
Return
UsersInput
pClientPOINTER TO BYTE
A pointer to the visualization client - POINTER TO VisuElems.VisuStructClientData
udiStartIndexUDINTThe start index in a list of users
udiEndIndexUDINTThe end index in a list of users
pArrPOINTER TO ARRAY [0..0] OF VUM_User2
The user data which should be filled
udiArrSizeUDINTThe size of the given user array