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