Searched defs:_THREAD_DATABASE (Results 1 – 1 of 1) sorted by relevance
290 typedef struct _THREAD_DATABASE { struct291 DWORD Type; // 00h292 DWORD cReference; // 04h293 PPROCESS_DATABASE pProcess; // 08h294 DWORD someEvent; // 0Ch An event object (What's it used for???)295 DWORD pvExcept; // 10h This field through field 3CH is a TIB297 DWORD TopOfStack; // 14h298 DWORD StackLow; // 18h299 WORD W16TDB; // 1Ch300 WORD StackSelector16; // 1Eh Used when thunking down to 16 bits[all …]