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

SetLayeredWindowAttributes() private method

private SetLayeredWindowAttributes ( HWND hwnd, uint crKey, byte bAlpha, LWA dwFlags ) : bool
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
crKey uint
bAlpha byte
dwFlags LWA
return bool
        public static extern bool SetLayeredWindowAttributes(HWND hwnd, uint crKey, byte bAlpha, LWA dwFlags);