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

Method GetWindowLongPtr32

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected