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

SetWindowTitleWithCFString() private method

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