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