DwmInvalidateIconicBitmaps function dwmapi

int DwmInvalidateIconicBitmaps(
  1. int hwnd
)

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

DWMAPI DwmInvalidateIconicBitmaps(
  HWND hwnd
);

Implementation

int DwmInvalidateIconicBitmaps(int hwnd) => _DwmInvalidateIconicBitmaps(hwnd);