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

Method RegisterWindowMessage

loader/Main/Native.cs:43–44  ·  view source on GitHub ↗
(string message)

Source from the content-addressed store, hash-verified

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);
45
46 [DllImport("user32.dll", EntryPoint = "PostMessageW")]
47 [return: MarshalAs(UnmanagedType.Bool)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected