in reply to Re: Re: Re: Re: Suspending a process (slighty OT)
in thread Suspending a process (slighty OT)
Update: it looks like OpenProcess() is a Win32 API and isn't implimented in Win32::Process. So my original statement stands - the Suspend() and Resume() methods will work only on processes created with Win32::Process::Create(). If you want to suspend a process that isn't create with that module, then you'll have to use WMI or the Win32 API.Your vendor has not defined Win32::Process macro OpenProcess
|
|---|