IVisuUserManagement3.ChangePassword (METH)ΒΆ

METHOD ChangePassword : VUM_ReturnValues

It changes 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 (ENUM) 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