(IntPtr hWnd, int nIndex)
| 35 | static extern IntPtr SetWindowLongPtr64(IntPtr hWnd, int nIndex, IntPtr dwNewLong); |
| 36 | |
| 37 | [DllImport("user32.dll", EntryPoint = "GetWindowLong")] |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected