Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-223
PROCESSHANDLE_TO_STRING_ Procedure
PROCESSHANDLE_TO_STRING_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
The PROCESSHANDLE_TO_STRING_ procedure converts a process handle to the
equivalent process string. See “Considerations,” below, for a description of process
strings.
Syntax for C Programmers
The parameter length specifies the length in bytes of the character string pointed to
by
nodename. The parameters nodename and length must either both be supplied
or both be absent.
Syntax for TAL Programmers
Parameters
error returned value
INT
is a file-system error number indicating the outcome of the operation.
#include <cextdecs(PROCESSHANDLE_TO_STRING_)>
short PROCESSHANDLE_TO_STRING_( short *processhandle
,char *process-string
,short maxlen
,short *process-string-length
,[ char *nodename ]
,[ short length ]
,[ short named-form ] );
error := PROCESSHANDLE_TO_STRING_ ( processhandle ! i
,process-string:maxlen !
o:i
,process-string-length ! o
,[ nodename:length ] !
i:i
,[ named-form ] ); ! i