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

Method IsWindowVisible

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

Source from the content-addressed store, hash-verified

18 static extern int GetWindowThreadProcessId(IntPtr handle, out int processId);
19
20 [DllImport("user32.dll")]
21 static extern bool IsWindowVisible(IntPtr hWnd);
22
23 [DllImport("user32.dll")]
24 static extern int GetWindowTextLength(IntPtr hWnd);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected