in reply to Re^3: End a process in the Task manager
in thread End a process in the Task manager

how do I use Enum Windows API function in perl?
  • Comment on Re^4: End a process in the Task manager

Replies are listed 'Best First'.
Re^5: End a process in the Task manager
by spurperl (Priest) on Jun 03, 2005 at 11:16 UTC
    Never actually did this, but any reason for it to be different from any other call ? Look up EnumWindows in MSDN (online, if you want) and see what arguments it expects, what it returns, etc. Then use the import capability Win32::API provides to call it.