Created
November 12, 2016 22:42
-
-
Save toptensoftware/bd9980da4eb3cad3fe6321e59524ce85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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