windows.cfg: Added support for StrCatW

This commit is contained in:
orbitcowboy 2021-09-20 11:38:31 +02:00
parent ee475b181d
commit e0cc879456
1 changed files with 17 additions and 0 deletions

View File

@ -4946,6 +4946,23 @@ HFONT CreateFont(
<not-uninit/>
<strz/>
</arg>
</function>
<!-- PWSTR StrCatW(PWSTR psz1, PCWSTR psz2); -->
<function name="StrCatW">
<returnValue type="PWSTR"/>
<noreturn>false</noreturn>
<leak-ignore/>
<not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/>
<arg nr="1" direction="inout">
<not-null/>
<not-uninit/>
<strz/>
</arg>
<arg nr="2" direction="in">
<not-null/>
<not-uninit/>
<strz/>
</arg>
</function>
<!--LPWSTR lstrcatW( _Inout_ LPWSTR lpString1, _In_ LPCWSTR lpString2);-->
<!-- TODO: When implemented use minsize for argument 1 to verify that the