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

CreateNewWindow() private method

private CreateNewWindow ( System.Windows.Forms.CarbonInternal klass, System.Windows.Forms.CarbonInternal attributes, System.Windows.Forms.CarbonInternal &r, IntPtr &window ) : int
klass System.Windows.Forms.CarbonInternal
attributes System.Windows.Forms.CarbonInternal
r System.Windows.Forms.CarbonInternal
window System.IntPtr
return int
		extern static int CreateNewWindow (Carbon.WindowClass klass, Carbon.WindowAttributes attributes, ref Carbon.Rect r, ref IntPtr window);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon