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

Method GetWindowLongPtr64

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

Source from the content-addressed store, hash-verified

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);
42
43 [DllImport("user32.dll", EntryPoint = "RegisterWindowMessageW", CharSet = CharSet.Unicode)]
44 static extern int RegisterWindowMessage(string message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected