//
//
//
//
//
//
//
//
//
//
软件Tags:
取窗口信息系统结构:GetCursorPos,WindowFromPoint,SendMessage,GetClassName,GetClassLong,GetWindowLong,GetWindowRect, ======窗口程序集1 || ||------_时钟1_周期事件 || || ======调用的Dll || ||---[dll]------GetCursorPos || ||---[dll]------WindowFromPoint || ||---[dll]------SendMessage || ||---[dll]------GetClassName || ||---[dll]------GetClassLong || ||---[dll]------GetWindowLong || ||---[dll]------GetWindowRect 调用的DLL命令: .DLL命令GetCursorPos,逻辑型,"user32.dll","GetCursorPos" .参数光标位置,POINT,传址 .DLL命令WindowFromPoint,整数型,"user32.dll","WindowFromPoint" .参数X轴光标,整数型 .参数Y轴光标,整数型 .DLL命令SendMessage,整数型,,"SendMessageA" .参数hwnd,整数型 .参数wMsg,整数型 .参数wParam,整数型 .参数lParam,文本型,传址,any .DLL命令GetClassName,整数型,"user32.dll","GetClassNameA" .参数句柄,整数型 .参数文本,文本型 .参数文本长度,整数型 .DLL命令GetClassLong,整数型,,"GetClassLongA" .参数句柄,整数型 .参数信息,整数型 .DLL命令GetWindowLong,整数型,"user32.dll","GetWindowLongA" .参数句柄,整数型 .参数信息,整数型 .DLL命令GetWindowRect,整数型,"user32.dll","GetWindowRect" .参数句柄,整数型 .参数大小,RECT,传址
