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

Method SetWindowLongPtr64

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

Source from the content-addressed store, hash-verified

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);
36
37 [DllImport("user32.dll", EntryPoint = "GetWindowLong")]
38 private static extern IntPtr GetWindowLongPtr32(IntPtr hWnd, int nIndex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected