IUserMgmtEventHandler.HandlePasswordChange (METH)ΒΆ
METHOD HandlePasswordChange : BOOL
This method will be called when the currently logged in user changed the password successfully.
- InOut:
- Scope - Name - Type - Comment - Return - HandlePasswordChange- 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 - pClient- POINTER TO VisuStructClientData - A pointer to the client structure were the event occurred. The name of the user, that changed the password, is stored in pClient^.GlobalData.CurrentUserName 
