Guardian Programming Reference Summary for C
Functions Summary (O-Q)
Guardian Programming Reference Summary for C—522630-001
7-29
PROCESSNAME_CREATE_ 
Returns a unique process name that is suitable for passing to the PROCESS_CREATE_ 
procedure.
returned value:
name-type
options
#include <cextdecs(PROCESSNAME_CREATE_)>
short PROCESSNAME_CREATE_ ( char *name /* o */
  ,short maxlen /* i */
  ,short *namelen /* o */
  ,[ short name-type ] /* i */
  ,[ const char *nodename ] /* i */
  ,[ short length ] /* i */
  ,[ short options ] ); /* i */
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.
0 = 4-character name
1 = 5-character name (returns a 4-character name if nodename refers to a C-series 
system)
Bits 0-14 Reserved; must be 0.
Bit 15 0 = Include node name in the returned process name.
1 = Return the process name in local form.










