VisuUserMgmt.ChangePassword (METH)ΒΆ
METHOD ChangePassword : VUM_ReturnValues
It chenges the user password It works with both legacy and runtime-based user management If everything is correct the function returns VUM_ReturnValues.ERR_OK. see VUM_ReturnValues where possible error reasons are described.
- InOut:
- Scope - Name - Type - Comment - Return - ChangePassword- VUM_ReturnValues- Input - pClient- POINTER TO BYTE - A pointer to the visualization client - POINTER TO VisuElems.VisuStructClientData - wstUserName- WSTRING(79)- The user name - wstNewPassword- WSTRING(79)- The new password - wstOldPassword- WSTRING(79)- The old password 
