Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-221
PROCESSHANDLE_TO_FILENAME_ Procedure
PROCESSHANDLE_TO_FILENAME_
Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
The PROCESSHANDLE_TO_FILENAME_ procedure converts a process handle to a
process file name.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
is a file-system error number indicating the outcome of the operation. If error 18
(unknown system) is returned, the process handle was converted except for the
system name; “\255” is used for the system name.
#include <cextdecs(PROCESSHANDLE_TO_FILENAME_)>
short PROCESSHANDLE_TO_FILENAME_ ( short *processhandle
,char *filename
,short maxlen
,short *filename-length
,[ short options ] );
error := PROCESSHANDLE_TO_FILENAME_ ( processhandle ! i
,filename:maxlen !
o:i
,filename-length ! o
,[ options ] ); ! i