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

GetMessage() private method

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