AdvancedLauncher.Tools.NativeMethods.SetLayeredWindowAttributes C# (CSharp) Метод

SetLayeredWindowAttributes() приватный Метод

private SetLayeredWindowAttributes ( HWND hwnd, uint crKey, byte bAlpha, LWA dwFlags ) : bool
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
crKey uint
bAlpha byte
dwFlags LWA
Результат bool
        public static extern bool SetLayeredWindowAttributes(HWND hwnd, uint crKey, byte bAlpha, LWA dwFlags);