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

Method GetWindowTextLength

BloogBot/ThreadSynchronizer.cs:23–24  ·  view source on GitHub ↗
(IntPtr hWnd)

Source from the content-addressed store, hash-verified

21 static extern bool IsWindowVisible(IntPtr hWnd);
22
23 [DllImport("user32.dll")]
24 static extern int GetWindowTextLength(IntPtr hWnd);
25
26 [DllImport("user32.dll")]
27 static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected