Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-37
PROCESSHANDLE_NULLIT_
Initializes a process handle to a null value.
PROCESSHANDLE_TO_CRTPID_
Converts a process handle to the corresponding process ID (CRTPID).
0 Information returned successfully.
3 Parameter address out of bounds.
processhandle, INT .EXT:ref:10 output
error := PROCESSHANDLE_NULLIT_ ( processhandle );
error, INT returned value
0 Operation was successful.
22 Parameter is out of bounds.
29 Parameter is missing.
processhandle, INT .EXT:ref:10 output
error := PROCESSHANDLE_TO_CRTPID_ ( processhandle
,process-id
,[ pair-flag ]
,[ node-number ] );
error, INT returned value
processhandle, INT .EXT:ref:10 input
process-id, INT .EXT:ref:4 output
pair-flag, INT:value input
node-number, INT(32):value input