Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL522631-001
4-42
CREATEREMOTENAME
(Superseded by PROCESSNAME_CREATE_) Supplies a process name that is unique
for the specified system in a network. (This process name goes into the name parameter
of NEWPROCESS.)
CREATORACCESSID
(Superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Obtains the
creator access ID (CAID) of the process that created the calling process.
CRTPID_TO_PROCESSHANDLE_
Converts a process ID (CRTPID) to the corresponding process handle.
CALL CREATEREMOTENAME ( name ,sysnum );
name, INT:ref:3 output
sysnum, INT:value input
< (CCL) The remote the DCT could not be accessed.
= (CCE) CREATEREMOTENAME was successful.
> (CCG) Indicates that there were no unused names in the reserved name space
($Zddd, $Yddd, and $Xddd) for CREATEREMOTENAME to use.
creator-access-id := CREATORACCESSID;
creator-access-id, INT returned value
<0:7> Group number {0:255}
<8:15> User number {0:255}
error := CRTPID_TO_PROCESSHANDLE_ ( process-id
,processhandle
,[ pair-flag ]
,[ node-number ] );