Indicates that all previously provided iconic bitmaps from a window, both thumbnails and peek representations, should be refreshed.
#Include <WinAPIEx.au3>
_WinAPI_DwmInvalidateIconicBitmaps ( $hWnd )
$hWnd | Handle to the window or tab whose bitmaps are being invalidated through this call. |
成功: | 返回 1. |
失败: | 返回 0 并设置 @error 标志为非 0 值, @extended 标志可能包含一个系统错误代码. |
在MSDN中搜索