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

HIObjectCreate() private method

private HIObjectCreate ( IntPtr cfStr, uint what, IntPtr &hwnd ) : int
cfStr System.IntPtr
what uint
hwnd System.IntPtr
return int
		extern static int HIObjectCreate (IntPtr cfStr, uint what, ref IntPtr hwnd);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon