Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-42
PROCESSNAME_CREATE_
Returns a unique process name that is suitable for passing to the PROCESS_CREATE_
procedure.
error := PROCESSNAME_CREATE_ ( name:maxlen
,namelen
,[ name-type ]
,[ nodename:length ]
,[ options ] );
error, INT returned value
0 Process name is returned successfully.
44 No names of the specified type are available.
201 Unable to communicate with the specified node.
590 Parameter or bounds error.
name:maxlen, STRING .EXT:ref:*,INT:value output:input
namelen, INT .EXT:ref:1 output
name-type, INT:value input
0 4-character name
1 5-character name
nodename:length, STRING .EXT:ref:*,INT:value input:input
options, INT:value input
<0:14> Reserved; must be 0.
<15> = 0
= 1
Include node name in the returned process name.
Return the process name in local form.