Skip to content

Instantly share code, notes, and snippets.

@toptensoftware
Created November 12, 2016 22:42
Show Gist options
  • Save toptensoftware/bd9980da4eb3cad3fe6321e59524ce85 to your computer and use it in GitHub Desktop.
Save toptensoftware/bd9980da4eb3cad3fe6321e59524ce85 to your computer and use it in GitHub Desktop.
class MessageMap
{
public MessageSemantics.Base LookupMessage32(IntPtr hWnd, uint message32, out ushort message16)
public MessageSemantics.Base LookupMessage16(IntPtr hWnd, ushort message16, out uint message32)
}
abstract class MessageSemantics.Base
{
public abstract bool ShouldBypass(Machine machine, ref Win32.MSG msg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment