MCPcopy Create free account
hub / github.com/DrewKestell/BloogBot / GetWindowText

Method GetWindowText

BloogBot/ThreadSynchronizer.cs:26–27  ·  view source on GitHub ↗
(IntPtr hWnd, StringBuilder lpString, int nMaxCount)

Source from the content-addressed store, hash-verified

24 static extern int GetWindowTextLength(IntPtr hWnd);
25
26 [DllImport("user32.dll")]
27 static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);
28
29 [DllImport("user32.dll")]
30 static extern bool EnumWindows(EnumWindowsProc lpEnumFunc, IntPtr lParam);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected