Skip to content

Commit

Permalink
Opt, 修正WindowsCreateString SAL描述错误
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jun 23, 2024
1 parent b9d5bc7 commit 8063ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thunks/api-ms-win-core-winrt-string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace YY::Thunks
HRESULT,
STDAPICALLTYPE,
WindowsCreateString,
_In_reads_opt_(_cchLength) PCNZWCH _sSourceString,
_In_reads_opt_(_cLength) PCNZWCH _sSourceString,
UINT32 _cLength,
_Outptr_result_maybenull_ _Result_nullonfailure_ HSTRING* _phString
)
Expand Down

0 comments on commit 8063ade

Please sign in to comment.