Skip to content

Commit

Permalink
Fea #87, 为Qt WinExtra 添加API
Browse files Browse the repository at this point in the history
  • Loading branch information
lygstate authored and mingkuang-Chuyu committed May 28, 2024
1 parent 7ac3068 commit 7168092
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 210 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 7168092

Please sign in to comment.