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