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

Method PostMessage

loader/Main/Native.cs:46–48  ·  view source on GitHub ↗
(IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam)

Source from the content-addressed store, hash-verified

44 static extern int RegisterWindowMessage(string message);
45
46 [DllImport("user32.dll", EntryPoint = "PostMessageW")]
47 [return: MarshalAs(UnmanagedType.Bool)]
48 static extern bool PostMessage(IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam);
49 }
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected