System.Windows.Forms.XplatUICarbon.HIViewFindByID C# (CSharp) Méthode

HIViewFindByID() private méthode

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