Skip to content

Commit

Permalink
Fix error SetWindowPos annotation
Browse files Browse the repository at this point in the history
Fix error SetWindowPos annotation
  • Loading branch information
Gaoyifei1011 committed Dec 29, 2024
1 parent c18484f commit 40eec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsTools/WindowsAPI/PInvoke/User32/User32Library.cs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public static class User32Library
/// </summary>
/// <param name="hWnd">更改子窗口、弹出窗口或顶级窗口的大小、位置和 Z 顺序。 这些窗口根据屏幕上的外观进行排序。 最上面的窗口接收最高排名,是 Z 顺序中的第一个窗口。</param>
/// <param name="hWndInsertAfter">在 Z 顺序中定位窗口之前窗口的句柄。 </param>
/// <param name="X">在 Z 顺序中定位窗口之前窗口的句柄。 </param>
/// <param name="X">以客户端坐标表示的窗口左侧的新位置。 </param>
/// <param name="Y">窗口顶部的新位置,以客户端坐标表示。</param>
/// <param name="cx">窗口的新宽度(以像素为单位)。</param>
/// <param name="cy">窗口的新高度(以像素为单位)。</param>
Expand Down

0 comments on commit 40eec8d

Please sign in to comment.