문제

Is there a way to find the Thread Information Block (TIB) of another thread running in your process?

I need to construct an exception handler for another thread but I can't do it in the thread itself. Therefore I need to find it's TIB and construct it from inside another thread. How can I achieve this?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top