System.Windows.Forms.XplatUICarbon.ReceiveNextEvent C# (CSharp) 메소드

ReceiveNextEvent() 개인적인 메소드

private ReceiveNextEvent ( uint evtCount, IntPtr evtTypes, double timeout, bool processEvt, IntPtr &evt ) : int
evtCount uint
evtTypes System.IntPtr
timeout double
processEvt bool
evt System.IntPtr
리턴 int
		extern static int ReceiveNextEvent (uint evtCount, IntPtr evtTypes, double timeout, bool processEvt, ref IntPtr evt);
XplatUICarbon