Skip to content

Commit

Permalink
Fea #87, 为Qt WinExtra 添加DWM相关API
Browse files Browse the repository at this point in the history
  - 添加 DwmInvalidateIconicBitmaps
  - 添加 DwmSetIconicLivePreviewBitmap
  - 添加 DwmSetIconicThumbnail
  • Loading branch information
lygstate authored and mingkuang-Chuyu committed May 28, 2024
1 parent 7ac3068 commit c418ce8
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 209 deletions.
4 changes: 4 additions & 0 deletions ThunksList.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@
| DwmSetWindowAttribute | 不存在时,返回 `DWM_E_COMPOSITIONDISABLED`(表示DWM已禁用)。
| DwmFlush | 不存在时,返回 `S_OK_`
| DwmGetCompositionTimingInfo | 不存在时,返回 `DWM_E_COMPOSITIONDISABLED`(表示DWM已禁用)。
| DwmInvalidateIconicBitmaps | 不存在时,返回 `DWM_E_COMPOSITIONDISABLED`(表示DWM已禁用)。
| DwmSetIconicLivePreviewBitmap | 不存在时,返回 `DWM_E_COMPOSITIONDISABLED`(表示DWM已禁用)。
| DwmSetIconicThumbnail | 不存在时,返回 `DWM_E_COMPOSITIONDISABLED`(表示DWM已禁用)。


## dwrite.dll
| 函数 | Fallback
Expand Down
Loading

0 comments on commit c418ce8

Please sign in to comment.