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