Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual522629-013
3-175
CREATORACCESSID Procedure
(Superseded by PROCESS_GETINFOLIST_
CREATORACCESSID Procedure
(Superseded by PROCESS_GETINFOLIST_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Related Programming Manual
Summary
The CREATORACCESSID procedure is used to obtain the creator access ID (CAID) of
the process that created the calling process.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Syntax for TAL Programmers
Parameters
creator-access-id returned value
INT
returns the creator access ID (CAID) of the caller’s creator in the following form:
<0:7> group number {0:255}
<8:15> member number {0:255}
Considerations
Process access ID (PAID) compared with creator access ID (CAID)
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
creator-access-id := CREATORACCESSID;