Skip to content

Commit

Permalink
修正参数个数信息
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyps5201314 authored and mingkuang-Chuyu committed Sep 13, 2024
1 parent 60f715f commit de3384d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Thunks/UIAutomationCore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace YY::Thunks
// 最低受支持的服务器 Windows Server 2003[桌面应用 | UWP 应用]
__DEFINE_THUNK(
uiautomationcore,
16,
40,
HRESULT,
WINAPI,
UiaRaiseAutomationPropertyChangedEvent,
Expand Down
4 changes: 2 additions & 2 deletions src/Thunks/WinUsb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ namespace YY::Thunks
// 最低受支持XP,但是XP需要打补丁,Vista开始直接内置
__DEFINE_THUNK(
winusb,
24,
8,
BOOL,
__stdcall,
WinUsb_ResetPipe,
Expand Down Expand Up @@ -211,7 +211,7 @@ namespace YY::Thunks
// 最低受支持XP,但是XP需要打补丁,Vista开始直接内置
__DEFINE_THUNK(
winusb,
8,
24,
BOOL,
__stdcall,
WinUsb_WritePipe,
Expand Down
2 changes: 1 addition & 1 deletion src/Thunks/bcrypt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,7 @@ namespace YY::Thunks
// 最低受支持的服务器 Windows Server 2008 R2[桌面应用 | UWP 应用]
__DEFINE_THUNK(
bcrypt,
40,
20,
NTSTATUS,
WINAPI,
BCryptDeriveKeyCapi,
Expand Down
4 changes: 2 additions & 2 deletions src/Thunks/mfplat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ namespace YY::Thunks
// Windows XP SP2需要安装补丁
__DEFINE_THUNK(
mfplat,
12,
4,
HRESULT,
STDAPICALLTYPE,
MFCreateSample,
Expand Down Expand Up @@ -602,7 +602,7 @@ namespace YY::Thunks
// Minimum supported server Windows Server 2008 R2[desktop apps | UWP apps]
__DEFINE_THUNK(
mfplat,
24,
36,
HRESULT,
STDAPICALLTYPE,
MFTEnumEx,
Expand Down
2 changes: 1 addition & 1 deletion src/Thunks/netapi32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace YY::Thunks
// 最低受支持的服务器 Windows Server 2016[仅限桌面应用]
__DEFINE_THUNK(
netapi32,
8,
4,
VOID,
NET_API_FUNCTION,
NetFreeAadJoinInformation,
Expand Down

0 comments on commit de3384d

Please sign in to comment.