User32FlashWindowEx Method

Flashes the specified window.

It does not change the active state of the window.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", SetLastError = true)]
public static bool FlashWindowEx(
	ref FlashWindowInfo refInfo
)

Parameters

refInfo  FlashWindowInfo
A pointer to a FlashWindowInfo structure.

Return Value

Boolean
The return value specifies the window's state before the call to the FlashWindowEx(FlashWindowInfo) function.

If the window caption was drawn as active before the call, the return value is . Otherwise, the return value is .

Remarks

See Also