Guardian Procedure Calls Reference Manual

The bits are defined as follows:
(reserved)<0:8>
Propagate stop-on-logoff<9>
Propagate logon<10>
Stop on logoff<11>
Inherited logon<12>
Safeguard-authenticated logoff state<13>
Safeguard-authenticated logon<14>
Logged-on state<15>
cpcb-info
output
INT:ref:*
is an array that returns with the information requested from the PCB.
in-length
input
INT:value
specifies the length, in bytes, of the cpcb-info array. (This is used to prevent possible data
overrun.)
out-length
output
INT:ref:1
specifies the number of bytes of information returned in cpcb-info.
error
output
INT:ref:1
returns a file-system error number indicating the outcome of the PCB information request.
Example
CALL GETCPCBINFO ( REQUEST^ID
, PCB^INFO
, IN^LENGTH
, OUT^LENGTH
, ERROR^REQUEST );
654 Guardian Procedure Calls (G)