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

ChangeWindowAttributes() private method

private ChangeWindowAttributes ( IntPtr hWnd, System.Windows.Forms.CarbonInternal inAttributes, System.Windows.Forms.CarbonInternal outAttributes ) : int
hWnd System.IntPtr
inAttributes System.Windows.Forms.CarbonInternal
outAttributes System.Windows.Forms.CarbonInternal
return int
		extern static int ChangeWindowAttributes (IntPtr hWnd, Carbon.WindowAttributes inAttributes, Carbon.WindowAttributes outAttributes);
		[DllImport ("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon