System.Windows.Forms.XplatUICarbon.HIViewFindByID C# (CSharp) Method

HIViewFindByID() private method

private HIViewFindByID ( IntPtr rootWnd, System.Windows.Forms.CarbonInternal id, IntPtr &outPtr ) : int
rootWnd System.IntPtr
id System.Windows.Forms.CarbonInternal
outPtr System.IntPtr
return int
		extern static int HIViewFindByID (IntPtr rootWnd, Carbon.HIViewID id, ref IntPtr outPtr);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon