//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言取进程句柄源码系统结构:进程取PID,进程标示取窗口句柄,EnumWindowsProc,GetWindowThreadProcessId,EnumWindows,取父级, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------进程取PID || ||------进程标示取窗口句柄 || ||------EnumWindowsProc || ||------_按钮1_被单击 || || ======调用的Dll || ||---[dll]------GetWindowThreadProcessId || ||---[dll]------EnumWindows || ||---[dll]------取父级 调用的DLL命令: .DLL命令GetWindowThreadProcessId,整数型,"user32","GetWindowThreadProcessId" .参数hwnd,整数型 .参数lpdwProcessId,整数型,传址 .DLL命令EnumWindows,整数型,"user32.dll","EnumWindows" .参数lpEnumFunc,子程序指针 .参数lParam,整数型,传址 .DLL命令取父级,整数型,"user32.dll","GetAncestor" .参数hwnd,整数型 .参数gaFlags,整数型
