Skip to content

Commit e0cc879

Browse files
committed
windows.cfg: Added support for StrCatW
1 parent ee475b1 commit e0cc879

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

cfg/windows.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4946,6 +4946,23 @@ HFONT CreateFont(
49464946
<not-uninit/>
49474947
<strz/>
49484948
</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+
<not-null/>
4963+
<not-uninit/>
4964+
<strz/>
4965+
</arg>
49494966
</function>
49504967
<!--LPWSTR lstrcatW( _Inout_ LPWSTR lpString1, _In_ LPCWSTR lpString2);-->
49514968
<!-- TODO: When implemented use minsize for argument 1 to verify that the

0 commit comments

Comments
 (0)