EventLoop.TranslateMessage C# (CSharp) Method

TranslateMessage() private method

private TranslateMessage ( MSG, &lpMsg ) : bool
lpMsg MSG,
return bool
            private static extern bool TranslateMessage(ref MSG lpMsg);
            [DllImport("user32.dll")]