AdvancedLauncher.Tools.NativeMethods.AdjustWindowRectEx C# (CSharp) Method

AdjustWindowRectEx() private method

private AdjustWindowRectEx ( RECT &lpRect, WS style, bool bMenu, WS_EX exStyle ) : bool
lpRect AdvancedLauncher.Tools.Win32.User32.RECT
style WS
bMenu bool
exStyle WS_EX
return bool
        public static extern bool AdjustWindowRectEx(ref RECT lpRect, WS style, bool bMenu, WS_EX exStyle);