Home
last modified time | relevance | path

Searched refs:GetWindowTextLengthW (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/graphics/qvge/qvge-0.6.3/src/3rdParty/qprocessinfo/
H A Dqprocessinfo.cpp32 PFN_GETWINDOWTEXTLENGTHW GetWindowTextLengthW = NULL; member
57 int len = ctx->GetWindowTextLengthW(hwnd); in fillWindowTitles()
104 ctx.GetWindowTextLengthW = in enumerate()
110 ctx.GetWindowTextLengthW && ctx.GetWindowTextW && ctx.EnumWindows) in enumerate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/user32/
H A DInterop.GetWindowTextLengthW.cs13 public static extern int GetWindowTextLengthW(IntPtr hWnd); in GetWindowTextLengthW() method in Interop.User32
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Replace.cpp167 DWORD lenFind = GetWindowTextLengthW(hWndEditFind); in _initButtons()
322 DWORD lenFind = GetWindowTextLengthW(hWndEditFind); in _onBtn_Find()
341 DWORD lenReplace = GetWindowTextLengthW(hWndEditReplace); in _onBtn_Find()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/
H A DPinvokeAnalyzerExceptionList.analyzerdata.netcoreapp7 user32.dll!GetWindowTextLengthW
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/Debugger/
H A DDumpMemoryWindow.cpp17 buffer.resize(GetWindowTextLengthW(filenameWnd) + 1); in HandleBrowseClick()
175 fileName_.resize(GetWindowTextLengthW(GetDlgItem(hwnd, IDC_DUMP_FILENAME)) + 1); in fetchDialogData()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/Debugger/
H A DDumpMemoryWindow.cpp17 buffer.resize(GetWindowTextLengthW(filenameWnd) + 1); in HandleBrowseClick()
175 fileName_.resize(GetWindowTextLengthW(GetDlgItem(hwnd, IDC_DUMP_FILENAME)) + 1); in fetchDialogData()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/Debugger/
H A DDumpMemoryWindow.cpp17 buffer.resize(GetWindowTextLengthW(filenameWnd) + 1); in HandleBrowseClick()
175 fileName_.resize(GetWindowTextLengthW(GetDlgItem(hwnd, IDC_DUMP_FILENAME)) + 1); in fetchDialogData()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/frontend-plugins/frontend-tools/
H A Dauto-scene-switcher-win.cpp9 size_t len = (size_t)GetWindowTextLengthW(window); in GetWindowTitle()
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dcommon.py365 GetWindowTextLengthW = user32.GetWindowTextLengthW variable
546 GetWindowTextLengthW = user32.GetWindowTextLengthW variable
547 GetWindowTextLengthW.restype = c_int
548 GetWindowTextLengthW.argtypes = [HWND]
H A Dshadow_server.py32 GetWindowTextLengthW, GetWindowTextW,
273 length = GetWindowTextLengthW(hwnd)
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32LabelledSeparator.cpp131 int length = GetWindowTextLengthW(hwnd); in _LabelledSeparatorWndProc()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/archivers/lzma/lzma-19.00/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DWindow.cpp138 unsigned len = (unsigned)GetWindowTextLengthW(_window); in GetText()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Windows/
H A DWindow.cpp133 int length = GetWindowTextLengthW(_window); in GetText()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp138 int len = GetWindowTextLengthW(_window); in GetText()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcess.Win32.cs200 int length = Interop.User32.GetWindowTextLengthW(handle); in GetMainWindowTitle()

12345678910