DwmApiDwmInvalidateIconicBitmaps(SafeHandle) Method

Called by an application to indicate that all previously provided iconic bitmaps from a window, both thumbnails and peek representations, should be refreshed.

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("DwmApi.dll")]
public static int DwmInvalidateIconicBitmaps(
	SafeHandle hWnd
)

Parameters

hWnd  SafeHandle
A handle to the window or tab whose bitmaps are being invalidated through this call

This window must belong To the calling process.

Return Value

Int32
If this function succeeds, it returns S_OK. Otherwise, it returns an HResult error code.

Remarks

See Also