(IntPtr hWnd, int nIndex, IntPtr dwNewLong)
| 9 | static public class ThreadSynchronizer |
| 10 | { |
| 11 | [DllImport("user32.dll")] |
| 12 | static extern IntPtr SetWindowLong(IntPtr hWnd, int nIndex, IntPtr dwNewLong); |
| 13 | |
| 14 | [DllImport("user32.dll")] |
| 15 | static extern int CallWindowProc(IntPtr lpPrevWndFunc, IntPtr hWnd, int Msg, int wParam, int lParam); |
nothing calls this directly
no outgoing calls
no test coverage detected