Source position: aestypes.inc line 790
type TSHELW = record |
newcmd: Pchar; |
psetlimit: LongInt; |
prenice: LongInt; |
defdir: pchar; |
env: pointer; |
case Boolean of |
False: ( |
uid: SmallInt; |
gid: SmallInt; |
); |
True: ( |
flags: LongInt; |
); |
end; |