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

_XStoreName() private method

private _XStoreName ( IntPtr display, IntPtr window, string window_name ) : int
display IntPtr
window IntPtr
window_name string
return int
		internal extern static int _XStoreName(IntPtr display, IntPtr window, string window_name);
		internal static int XStoreName(IntPtr display, IntPtr window, string window_name) {
XplatUIX11