DwmApiDwmInvalidateIconicBitmaps(IntPtr) Method
Called by an application to indicate that all previously provided iconic bitmaps from a window,
both thumbnails and peek representations, should be refreshed.
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("DwmApi.dll")]
public static int DwmInvalidateIconicBitmaps(
IntPtr hWnd
)
<DllImportAttribute("DwmApi.dll">]
Public Shared Function DwmInvalidateIconicBitmaps (
hWnd As IntPtr
) As Integer
Dim hWnd As IntPtr
Dim returnValue As Integer
returnValue = DwmApi.DwmInvalidateIconicBitmaps(hWnd)
public:
[DllImportAttribute(L"DwmApi.dll")]
static int DwmInvalidateIconicBitmaps(
IntPtr hWnd
)
[<DllImportAttribute("DwmApi.dll")>]
static member DwmInvalidateIconicBitmaps :
hWnd : IntPtr -> int
No code example is currently available or this language may not be supported.
- hWnd IntPtr
-
A handle to the window or tab whose bitmaps are being invalidated through this call
This window must belong To the calling process.
Int32
If this function succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.