IUserMgmtEventHandler.HandleLoginFailed (METH)

METHOD HandleLoginFailed : BOOL

This method will be called when a login attempt to the visu user management failed.

InOut:

Scope

Name

Type

Comment

Return

HandleLoginFailed

BOOL

TRUE - When the handler has handled this event and it should not be handled by someone else FALSE - When the event is not handled by this handler

Input

udiError

UDINT

The error code. See VUM_ErrorCodes.ERR_VUM* constants for details.

pClient

POINTER TO VisuStructClientData

A pointer to the client structure were the event occurred.