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
ChangePasswordVUM_ReturnValuesInput
pClientPOINTER TO BYTE
A pointer to the visualization client - POINTER TO VisuElems.VisuStructClientData
wstUserNameWSTRING(79)The user name
wstNewPasswordWSTRING(79)The new password
wstOldPasswordWSTRING(79)The old password