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

GetWindowAttributes() private method

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