Source position: jwawinnt.pas line 3087
type _NT_TIB32 = record |
ExceptionList: DWORD; |
StackBase: DWORD; |
StackLimit: DWORD; |
SubSystemTib: DWORD; |
Union: record |
case Integer of |
0: ( |
FiberData: DWORD; |
); |
1: ( |
Version: DWORD; |
); |
end; |
ArbitraryUserPointer: DWORD; |
Self: DWORD; |
end; |