Home
last modified time | relevance | path

Searched refs:GetWindowTextLengthA (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/shellext/zipfldr/
H A DCZipPassword.cpp49 int len = ::GetWindowTextLengthA(item); in OnButton()
/reactos/modules/rostests/winetests/winetest/
H A Dgui.c319 if (GetWindowTextLengthA (hwnd) == MAXTAGLEN || in EditTagProc()
339 len = GetWindowTextLengthA (GetDlgItem (hwnd, IDC_TAG)); in AskTagProc()
/reactos/modules/rostests/winetests/GUI/
H A Dmainwnd.c53 count = GetWindowTextLengthA(hEdit); in PipeReadThread()
/reactos/win32ss/user/user32/
H A Duser32.spec388 381 stdcall GetWindowTextLengthA(long)
/reactos/win32ss/user/user32/windows/
H A Dwindow.c1340 GetWindowTextLengthA(HWND hWnd) in GetWindowTextLengthA() function
/reactos/sdk/include/psdk/
H A Dwinuser.h4890 int WINAPI GetWindowTextLengthA(_In_ HWND);
5811 #define GetWindowTextLength GetWindowTextLengthA
/reactos/dll/win32/comctl32/
H A Dlistview.c6006 …DWORD len = isW ? GetWindowTextLengthW(infoPtr->hwndEdit) : GetWindowTextLengthA(infoPtr->hwndEdit… in LISTVIEW_EndEditLabelT()