SidebarLibrary.Win32.WindowsAPI.PeekMessage C# (CSharp) Method

PeekMessage() private method

private PeekMessage ( MSG &msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag ) : bool
msg MSG
hWnd int
wFilterMin uint
wFilterMax uint
wFlag uint
return bool
		public static extern bool PeekMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]