c++ - How can I know that threads of my application are working or hovered? -
i need write application collect information processes in windows. can read number of threads , thread's id, memory used process. dont know how can check working or not working threads in process. i'm using vs2010 , c++ mfc. how can this?
Comments
Post a Comment