System.Windows.Forms.XplatUIX11.DispatchMessage C# (CSharp) 메소드

DispatchMessage() 개인적인 메소드

private DispatchMessage ( System.Windows.Forms.MSG &msg ) : IntPtr
msg System.Windows.Forms.MSG
리턴 System.IntPtr
		internal override IntPtr DispatchMessage(ref MSG msg) {
			return NativeWindow.WndProc(msg.hwnd, msg.message, msg.wParam, msg.lParam);
		}
XplatUIX11