Lines Matching refs:user32
20 user32 = ctypes.windll.user32 variable
306 if user32.IsWindowVisible(hwnd):
307 length = user32.GetWindowTextLengthW(hwnd) + 1
311 user32.GetWindowTextW(hwnd, buffer, length)
320 child = user32.GetWindow(hwnd, GW_CHILD)
323 length = user32.GetWindowTextLengthW(child) + 1
326 user32.GetWindowTextW(child, buffer, length)
334 child = user32.GetWindow(child, GW_HWNDNEXT)
345 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, None)
347 result = user32.SendMessageA(handle, STUDIO_TEST_MESG, cmd, param)
358 result = user32.PostMessageA(handle, STUDIO_TEST_MESG, cmd, None)
360 result = user32.PostMessageA(handle, STUDIO_TEST_MESG, cmd, param)
375 user32.EnumWindows(a, 0)
414 user32.PostMessageA(studio_dialogs[name], WM_CLOSE, None, None)
422 user32.PostMessageA(studio_windows[name], WM_CLOSE, None, None)