How to obtain list of thread handles from a win32 process?

前端 未结 2 680
慢半拍i
慢半拍i 2020-12-18 09:29

Is it possible to get a list of thread handles at any given time for the current process on win32 (in c++)?

2条回答
  •  轮回少年
    2020-12-18 10:16

    • Win32: How do I enumerate all the threads belonging to a process in C++?
    • OpenThread to convert identifiers to handles

提交回复
热议问题