MainForm.DispatchMessage C# (CSharp) Method

DispatchMessage() private method

private DispatchMessage ( MSG &msg ) : IntPtr
msg MSG
return IntPtr
	internal extern static IntPtr DispatchMessage (ref MSG msg);
MainForm