User32FlashWindowEx Method
Flashes the specified window.
It does not change the active state of the window.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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
)
<DllImportAttribute("User32.dll", SetLastError := true>]
Public Shared Function FlashWindowEx (
ByRef refInfo As FlashWindowInfo
) As Boolean
Dim refInfo As FlashWindowInfo
Dim returnValue As Boolean
returnValue = User32.FlashWindowEx(refInfo)
public:
[DllImportAttribute(L"User32.dll", SetLastError = true)]
static bool FlashWindowEx(
FlashWindowInfo% refInfo
)
[<DllImportAttribute("User32.dll", SetLastError = true)>]
static member FlashWindowEx :
refInfo : FlashWindowInfo byref -> bool
No code example is currently available or this language may not be supported.
- refInfo FlashWindowInfo
-
A pointer to a FlashWindowInfo structure.
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
.