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

GetWindowAttributes() private méthode

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