System.Windows.Forms.XplatUIX11.XFetchName C# (CSharp) Method

XFetchName() static private method

static private XFetchName ( IntPtr display, IntPtr window, IntPtr &window_name ) : int
display IntPtr
window IntPtr
window_name IntPtr
return int
		internal static int XFetchName(IntPtr display, IntPtr window, ref IntPtr window_name) {
			DebugHelper.TraceWriteLine ("XFetchName");
			return _XFetchName(display, window, ref window_name);
		}
XplatUIX11