Hello,
I enumerate all threads in a process through CreateToolhelp32Snapshot function. I would like to get some basic stack information for each thread. More specifically I would like to get stack bottom address and if possible I would like to get current stack top address. Basically this is the information displayed with ~*k command in WinDbg. So how can I obtain stack information I know thread's ID or HANDLE?
Regard, Josh