Searched defs:_TIB (Results 1 – 1 of 1) sorted by relevance
221 typedef struct _TIB { struct222 PSEH_record pvExcept; // 00h Head of exception record list223 PVOID pvStackUserTop; // 04h Top of user stack224 PVOID pvStackUserBase; // 08h Base of user stack225 WORD pvTDB; // 0Ch TDB226 WORD pvThunksSS; // 0Eh SS selector used for thunking to 16 bits227 DWORD SelmanList; // 10h228 PVOID pvArbitrary; // 14h Available for application use229 struct _tib *ptibSelf; // 18h Linear address of TIB structure230 WORD TIBFlags; // 1Ch[all …]