Home
last modified time | relevance | path

Searched refs:GetWindowTextA (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/Debugger/
H A DDumpMemoryWindow.cpp149 GetWindowTextA(GetDlgItem(hwnd,IDC_DUMP_STARTADDRESS),str,256); in fetchDialogData()
159 GetWindowTextA(GetDlgItem(hwnd,IDC_DUMP_SIZE),str,256); in fetchDialogData()
H A DBreakpointWindow.cpp132 GetWindowTextA(GetDlgItem(hwnd,IDC_BREAKPOINT_ADDRESS),str,256); in fetchDialogData()
150 GetWindowTextA(GetDlgItem(hwnd,IDC_BREAKPOINT_SIZE),str,256); in fetchDialogData()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/Debugger/
H A DDumpMemoryWindow.cpp149 GetWindowTextA(GetDlgItem(hwnd,IDC_DUMP_STARTADDRESS),str,256); in fetchDialogData()
159 GetWindowTextA(GetDlgItem(hwnd,IDC_DUMP_SIZE),str,256); in fetchDialogData()
H A DBreakpointWindow.cpp132 GetWindowTextA(GetDlgItem(hwnd,IDC_BREAKPOINT_ADDRESS),str,256); in fetchDialogData()
150 GetWindowTextA(GetDlgItem(hwnd,IDC_BREAKPOINT_SIZE),str,256); in fetchDialogData()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/Debugger/
H A DDumpMemoryWindow.cpp149 GetWindowTextA(GetDlgItem(hwnd,IDC_DUMP_STARTADDRESS),str,256); in fetchDialogData()
159 GetWindowTextA(GetDlgItem(hwnd,IDC_DUMP_SIZE),str,256); in fetchDialogData()
H A DBreakpointWindow.cpp132 GetWindowTextA(GetDlgItem(hwnd,IDC_BREAKPOINT_ADDRESS),str,256); in fetchDialogData()
150 GetWindowTextA(GetDlgItem(hwnd,IDC_BREAKPOINT_SIZE),str,256); in fetchDialogData()
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dcommon.py537 GetWindowTextA = user32.GetWindowTextA variable
538 GetWindowTextA.restype = c_int
539 GetWindowTextA.argtypes = [HWND, LPSTR, c_int]
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstWindowGeneric.cpp362 return ::GetWindowTextA( hWnd, string, maxLength + 1 ); in GetText()
/dports/devel/upp/upp/bazaar/plugin/tcc/lib/
H A Duser32.def346 GetWindowTextA
/dports/mail/emailrelay/emailrelay-1.9/src/win32/
H A Dgcontrol.cpp327 ::GetWindowTextA( handle() , buffer , length+1 ) ; in get()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py798 def GetWindowTextA(hWnd): function
799 _GetWindowTextA = windll.user32.GetWindowTextA
832 GetWindowText = GuessStringType(GetWindowTextA, GetWindowTextW)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py798 def GetWindowTextA(hWnd): function
799 _GetWindowTextA = windll.user32.GetWindowTextA
832 GetWindowText = GuessStringType(GetWindowTextA, GetWindowTextW)
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py798 def GetWindowTextA(hWnd): function
799 _GetWindowTextA = windll.user32.GetWindowTextA
832 GetWindowText = GuessStringType(GetWindowTextA, GetWindowTextW)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py798 def GetWindowTextA(hWnd): function
799 _GetWindowTextA = windll.user32.GetWindowTextA
832 GetWindowText = GuessStringType(GetWindowTextA, GetWindowTextW)
/dports/math/gretl/gretl-2021d/gui/
H A Dgretl_ipc.c677 GetWindowTextA(hw, s, 63); in plausible_target()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Duser32.def.in487 GetWindowTextA
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Duser32.def.in487 GetWindowTextA
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Duser32.def480 GetWindowTextA@12
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Duser32.def480 GetWindowTextA@12
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/examples/peerconnection/client/
H A Dmain_wnd.cc70 ::GetWindowTextA(wnd, &text[0], ARRAYSIZE(text)); in GetWindowText()
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/color/icc_creator/ICC_Creator/
H A DICC_CreatorDlg.cpp840 this->m_desc_effect_str.GetWindowTextA(des_ptr,24); in OnBnClickedEffecticc3()
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/color/icc_creator/ICC_Creator/
H A DICC_CreatorDlg.cpp840 this->m_desc_effect_str.GetWindowTextA(des_ptr,24); in OnBnClickedEffecticc3()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/peerconnection/client/
H A Dmain_wnd.cc56 ::GetWindowTextA(wnd, &text[0], ARRAYSIZE(text)); in GetWindowText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/peerconnection/client/
H A Dmain_wnd.cc56 ::GetWindowTextA(wnd, &text[0], ARRAYSIZE(text)); in GetWindowText()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/GEDebugger/
H A DGEDebugger.cpp86 GetWindowTextA(GetDlgItem(m_hDlg, IDC_GEDBG_STEPCOUNT_COMBO), str, 7); in DlgProc()

123456789