函数参考


_WinAPI_DwmInvalidateIconicBitmaps

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 标志可能包含一个系统错误代码.

注意/说明

Calling this function causes the Desktop Window Manager (DWM) to invalidate its current bitmaps for the window
and request new bitmaps from the window when they are next needed. _WinAPI_DwmInvalidateIconicBitmaps() should
not be called frequently. Doing so can lead to poor performance as new bitmaps are created and retrieved.

本函数需要 Windows 7 或以上版本系统.

相关

详情参考

在MSDN中搜索