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

SetWindowTitleWithCFString() private méthode

private SetWindowTitleWithCFString ( IntPtr hWnd, IntPtr titleCFStr ) : int
hWnd System.IntPtr
titleCFStr System.IntPtr
Résultat int
		extern static int SetWindowTitleWithCFString (IntPtr hWnd, IntPtr titleCFStr);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon