Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-35
PROCESSFILESECURITY
(Superseded by PROCESS_SETINFO_, PROCESS_GETINFO_, or
PROCESS_GETINFOLIST_) Examines or sets the file security for the current process.
PROCESSHANDLE_COMPARE_
Compares two process handles and reports whether they are identical, represent different
processes of the same process pair, or are different.
<0:7> Group number
<8:15> User number
old-security := PROCESSFILESECURITY ( security );
old-security, INT returned value
security, INT:value input
<0:3> 0.
<4:6> ID code allowed for read.
<7:9> ID code allowed for write.
<10:12> ID code allowed for execute.
<13:15> ID code allowed for purge.
0 Any user (local).
1 Member of owner’s group (local).
2 Owner (local).
4 Any user (local or remote).
5 Member of owner’s community (local or remote).
6 Owner (local or remote).
7 Super ID (255,255) only (local).
status := PROCESSHANDLE_COMPARE_ ( processhandle-1
,processhandle-2 );
status, INT returned value