MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / SetWindowLong32

Method SetWindowLong32

loader/Main/Native.cs:31–32  ·  view source on GitHub ↗
(IntPtr hWnd, int nIndex, int dwNewLong)

Source from the content-addressed store, hash-verified

29 public static readonly int WM_SHOWME = RegisterWindowMessage(Program.Name);
30
31 [DllImport("user32.dll", EntryPoint = "SetWindowLong")]
32 static extern int SetWindowLong32(IntPtr hWnd, int nIndex, int dwNewLong);
33
34 [DllImport("user32.dll", EntryPoint = "SetWindowLongPtr")]
35 static extern IntPtr SetWindowLongPtr64(IntPtr hWnd, int nIndex, IntPtr dwNewLong);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected