MCPcopy Create free account
hub / github.com/DrewKestell/BloogBot / SetWindowLong

Method SetWindowLong

BloogBot/ThreadSynchronizer.cs:11–12  ·  view source on GitHub ↗
(IntPtr hWnd, int nIndex, IntPtr dwNewLong)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected