Auxilium.Functions.FlashWindow C# (CSharp) Method

FlashWindow() private method

private FlashWindow ( IntPtr handle, bool invert ) : bool
handle System.IntPtr
invert bool
return bool
        public static extern bool FlashWindow(IntPtr handle, bool invert);