MainForm.GetMessage C# (CSharp) Method

GetMessage() private method

private GetMessage ( MSG &msg, int hWnd, int wFilterMin, int wFilterMax ) : int
msg MSG
hWnd int
wFilterMin int
wFilterMax int
return int
	internal extern static int GetMessage (ref MSG msg, int hWnd, int wFilterMin, int wFilterMax);
MainForm