-1

I wanted to know is there any way to retrieve all the handles associated with a process using process ID in VBScript ?

Dungeon Hunter
  • 19,827
  • 13
  • 59
  • 82

1 Answers1

3

I dont know about VBScript, but the WinAPI Functions to use would be

  1. Thread32First/Thread32Next in order to iterate over all threads line in this (c++) sample
  2. EnumThreadWindows
Cubi73
  • 1,891
  • 3
  • 31
  • 52
RED SOFT ADAIR
  • 12,032
  • 10
  • 54
  • 92