We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee475b1 commit e0cc879Copy full SHA for e0cc879
1 file changed
cfg/windows.cfg
@@ -4946,6 +4946,23 @@ HFONT CreateFont(
4946
<not-uninit/>
4947
<strz/>
4948
</arg>
4949
+ </function>
4950
+ <!-- PWSTR StrCatW(PWSTR psz1, PCWSTR psz2); -->
4951
+ <function name="StrCatW">
4952
+ <returnValue type="PWSTR"/>
4953
+ <noreturn>false</noreturn>
4954
+ <leak-ignore/>
4955
+ <not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/>
4956
+ <arg nr="1" direction="inout">
4957
+ <not-null/>
4958
+ <not-uninit/>
4959
+ <strz/>
4960
+ </arg>
4961
+ <arg nr="2" direction="in">
4962
4963
4964
4965
4966
</function>
4967
<!--LPWSTR lstrcatW( _Inout_ LPWSTR lpString1, _In_ LPCWSTR lpString2);-->
4968
<!-- TODO: When implemented use minsize for argument 1 to verify that the
0 commit comments