举报
#include <WinAPI.au3> $iMousePos = MouseGetPos() $tPoint = DllStructCreate($tagPoint) DllStructSetData($tPoint, 1, $iMousePos[0]) DllStructSetData($tPoint, 2, $iMousePos[1]) $hWin = _WinAPI_WindowFromPoint($tPoint) $iLength = _SendMessage($hWin, 0xE) + 1 $tBuffer = DllStructCreate("char[" & $iLength & "]") $pBuffer = DllStructGetPtr($tBuffer) _SendMessage($hWin, 0xD, $iLength , $pBuffer) Msgbox(0, $hWin, DllStructGetData($tBuffer, 1)) $tBuffer = 0
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-5 10:16 , Processed in 0.084451 second(s), 20 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.