Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-38
PROCESSHANDLE_TO_FILENAME_
Converts a process handle to a process file name.
PROCESSHANDLE_TO_STRING_
Converts a process handle to the equivalent process string.
error := PROCESSHANDLE_TO_FILENAME_ ( processhandle
,filename:maxlen
,filename-length
,[ options ] );
error, INT returned value
processhandle, INT .EXT:ref:10 input
filename:maxlen, STRING .EXT:ref:*,INT:value output:input
filename-length, INT .EXT:ref:1 output
options, INT:value input
<0:14> Not currently used (specify 0).
<15> For named processes: if set, specifies that the sequence number not be included in
filename for a named process.
error := PROCESSHANDLE_TO_STRING_ ( processhandle
,process-string:maxlen
,process-string-length
,[ nodename:length ]
,[ named-form ] );
error, INT returned value
processhandle, INT .EXT:ref:10 input
process-string:maxlen, STRING .EXT:ref:*,INT:value output:input
process-string-length, INT .EXT:ref output
nodename:length, STRING .EXT:ref:*,INT:value input:input
named-form, INT:value input
0 Return process name, if possible; if it is unavailable, return cpu,pin form.
1 Return process name; if it is unavailable, report the error.
2 Return cpu,pin form in all cases.