(IntPtr hWnd)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected