in reply to Win32::GuiTest process id
Either hack Win32::GuiTest to expose GetWindowThreadProcessId, or use Win32::API
use Win32::API; BEGIN { Win32::API::->Import("user32","DWORD GetWindowThreadProcessId( HWN +D hWnd, LPDWORD lpdwProcessId)") or die $^E; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::GuiTest process id
by leonidlm (Pilgrim) on Nov 12, 2009 at 13:20 UTC |