Win32线程信息块(TIB)是32位Windows操作系统的线程使用的数据结构,存储了每个线程的运行时信息。 也称作“线程环境块”(Thread Environment Block,TEB)。
}}
进一步阅读
*
外部链接
- [http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/Thread/TEB.html TEB layout on NTinternals.net]
- [http://www.microsoft.com/msj/0197/exception/exception.aspx Structured Exception Handling and the TIB]
- [https://www.nirsoft.net/kernel_struct/vista/NT_TIB.html Description of the first slots of the TIB]
- [https://www.geoffchappell.com/studies/windows/win32/ntdll/structs/teb/index.htm Description of TEB, field by field]
评论 (0)