I wanted to know is there any way to retrieve all the handles associated with a process using process ID in VBScript ?
Asked
Active
Viewed 1,789 times
1 Answers
3
I dont know about VBScript, but the WinAPI Functions to use would be
- Thread32First/Thread32Next in order to iterate over all threads line in this (c++) sample
- EnumThreadWindows

Cubi73
- 1,891
- 3
- 31
- 52

RED SOFT ADAIR
- 12,032
- 10
- 54
- 92