VisuUserMgmt.prvReadUserGroup (METH) ¶ METHOD prvReadUserGroup : BOOL InOut: Scope Name Type Return prvReadUserGroup BOOL Input pvumUser POINTER TO VUM_User pwst POINTER TO WSTRING
VisuUserMgmt.prvReadUsers (METH) ¶ METHOD prvReadUsers : BOOL InOut: Scope Name Type Return prvReadUsers BOOL Input dwUserDB DWORD udiStartIndex UDINT udiEndIndex UDINT pArr POINTER TO ARRAY [0..0] OF VUM_User udiArrSize UDINT pdiUserCount POINTER TO DINT bFindUser BOOL eEditType VUM_EditType
VisuUserMgmt.prvReadUsers2 (METH) ¶ METHOD prvReadUsers2 : BOOL InOut: Scope Name Type Comment Return prvReadUsers2 BOOL Input dwUserDB DWORD udiStartIndex UDINT udiEndIndex UDINT pArr POINTER TO ARRAY [0..0] OF VUM_User udiArrSize UDINT pdiUserCount POINTER TO DINT bFindUser BOOL eEditType VUM_EditType Output vumUser VUM_User The found user data udiIndex UDINT The index of the user in the user list
VisuUserMgmt.prvWriteFileChecksum (METH) ¶ METHOD prvWriteFileChecksum : BOOL InOut: Scope Name Type Return prvWriteFileChecksum BOOL Input pstFileName POINTER TO STRING(255)
VisuUserMgmt.prvWriteUser (METH) ¶ METHOD prvWriteUser : BOOL InOut: Scope Name Type Return prvWriteUser BOOL Input pvumUser POINTER TO VUM_User dwFile SysFile.RTS_IEC_HANDLE bEmptyPasswordAllowed BOOL
VisuUserMgmt.prvWriteValue (METH) ¶ METHOD prvWriteValue : BOOL InOut: Scope Name Type Return prvWriteValue BOOL Input pData POINTER TO BYTE dwSize DWORD dwFile SysFile.RTS_IEC_HANDLE
VisuUserMgmtCyclicCall (FB) ¶ FUNCTION_BLOCK VisuUserMgmtCyclicCall IMPLEMENTS VisuElems.IVisuUserMgmtCyclicCall Methods: CyclicCall Structure: CyclicCall (Method)
VisuUserMgmtCyclicCall.CyclicCall (METH) ¶ METHOD CyclicCall : BOOL InOut: Scope Name Type Return CyclicCall BOOL
VisuUserMgmtDialogManagerListener (FB) ¶ FUNCTION_BLOCK VisuUserMgmtDialogManagerListener IMPLEMENTS VisuElems.IDialogManagerListener Methods: CloseDialog OpenDialog Structure: CloseDialog (Method) OpenDialog (Method)
VisuUserMgmtDialogManagerListener.CloseDialog (METH) ¶ METHOD CloseDialog Notification, that a dialog has been closed for a specific client. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuElems.VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, where the dialog was closed itfDialog VisuElems.IVisualisationDialog The dialog which was closed bAllClientDialogsClosed BOOL If all dialogs from one client were closed bModal BOOL If it was a modal dialog