windows.cfg: Added support for StrCatW
This commit is contained in:
parent
ee475b181d
commit
e0cc879456
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue