IExternalUserDatabaseProvider.GetUsers (METH)ΒΆ
METHOD GetUsers : VUM_ReturnValues
Returns the users in a specified range 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 - GetUsers- Input - udiStartIndex- UDINT- The start index in a list of users - udiEndIndex- UDINT- The end index in a list of users - pArr- POINTER TO ARRAY [0..0] OF VUM_User - The user data which should be filled - udiArrSize- UDINT- The size of the given user array 
