Searched refs:GetWindowTextLengthA (Results 1 – 7 of 7) sorted by relevance
49 int len = ::GetWindowTextLengthA(item); in OnButton()
319 if (GetWindowTextLengthA (hwnd) == MAXTAGLEN || in EditTagProc()339 len = GetWindowTextLengthA (GetDlgItem (hwnd, IDC_TAG)); in AskTagProc()
53 count = GetWindowTextLengthA(hEdit); in PipeReadThread()
388 381 stdcall GetWindowTextLengthA(long)
1340 GetWindowTextLengthA(HWND hWnd) in GetWindowTextLengthA() function
4890 int WINAPI GetWindowTextLengthA(_In_ HWND);5811 #define GetWindowTextLength GetWindowTextLengthA
6006 …DWORD len = isW ? GetWindowTextLengthW(infoPtr->hwndEdit) : GetWindowTextLengthA(infoPtr->hwndEdit… in LISTVIEW_EndEditLabelT()