MainForm.GetMessage C# (CSharp) Méthode

GetMessage() private méthode

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