(IntPtr hWnd, int nIndex)
| 38 | private static extern IntPtr GetWindowLongPtr32(IntPtr hWnd, int nIndex); |
| 39 | |
| 40 | [DllImport("user32.dll", EntryPoint = "GetWindowLongPtr")] |
| 41 | private static extern IntPtr GetWindowLongPtr64(IntPtr hWnd, int nIndex); |
| 42 | |
| 43 | [DllImport("user32.dll", EntryPoint = "RegisterWindowMessageW", CharSet = CharSet.Unicode)] |
| 44 | static extern int RegisterWindowMessage(string message); |
nothing calls this directly
no outgoing calls
no test coverage detected