3 references to GetWindowText
Microsoft.Private.Windows.Core (3)
_generated\200\Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
588 /// <inheritdoc cref="GetWindowText(winmdroot.Foundation.HWND, winmdroot.Foundation.PWSTR, int)"/> 594 int __result = PInvokeCore.GetWindowText(hWnd, lpStringLocal, lpString.Length);
Windows\Win32\PInvokeCore.GetWindowText.cs (1)
44int actualTextLength = GetWindowText(hWnd.Handle, b, buffer.Length);