Guardian Programming Reference Summary for pTAL and TAL

Interprocess Messages
Guardian Programming Reference Summary for pTAL and TAL522631-001
14-6
-57 PASSWORD
-58 REMOTE PASSWORD
-59 PRELOGON
STRUCT password^msg;
BEGIN
INT msgcode; ! [0] -57
INT userid; ! [1] user’s logon ID
INT cipri; ! [2] TACL execution priority
INT ciinfile [0:11]; ! [3] TACL input file
INT cioutfile [0:11]; ! [15] TACL output file
END;
STRUCT remotepassword^msg;
BEGIN
INT msgcode; ! [0] -58
INT userid; ! [1] user’s logon ID
INT cipri; ! [2] TACL execution priority
INT ciinfile [0:11]; ! [3] TACL input file
INT cioutfile [0:11]; ! [15] TACL output file
INT sysname [0:3]; ! [27] remote password for
! this system
END;
STRUCT prelogon^msg;
BEGIN
INT msgcode; ! [0] -59
INT userid; ! [1] user’s logon ID
INT cipri; ! [2] TACL execution priority
INT ciinfile [0:11]; ! [3] TACL input file
INT cioutfile [0:11]; ! [15] TACL output file
INT loggedon; ! [27] 0: TACL logged off
! >0 TACL logged on
INT username [0:7]; ! [28] user’s attempted
! logon ID
END
Note. A logon message is sent to $CMON before VERIFYUSER or USER_AUTHENTICATE_
is performed.