Home
last modified time | relevance | path

Searched defs:_TIB (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/systools/win32/uwinapi/
H A Dwin95sys.h221 typedef struct _TIB { struct
222 PSEH_record pvExcept; // 00h Head of exception record list
223 PVOID pvStackUserTop; // 04h Top of user stack
224 PVOID pvStackUserBase; // 08h Base of user stack
225 WORD pvTDB; // 0Ch TDB
226 WORD pvThunksSS; // 0Eh SS selector used for thunking to 16 bits
227 DWORD SelmanList; // 10h
228 PVOID pvArbitrary; // 14h Available for application use
229 struct _tib *ptibSelf; // 18h Linear address of TIB structure
230 WORD TIBFlags; // 1Ch
[all …]