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

_XGetWMNormalHints() private method

private _XGetWMNormalHints ( IntPtr display, IntPtr window, XSizeHints &hints, IntPtr &supplied_return ) : void
display IntPtr
window IntPtr
hints XSizeHints
supplied_return IntPtr
return void
		internal extern static void _XGetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints, out IntPtr supplied_return);
		internal static void XGetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints, out IntPtr supplied_return) {
XplatUIX11