windows.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-13 08:10:50 +01:00
parent 81dab88413
commit 7b5c010c31
1 changed files with 23 additions and 4 deletions

View File

@ -2817,8 +2817,7 @@ HFONT CreateFont(
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- HBRUSH CreateSolidBrush( <!-- HBRUSH CreateSolidBrush(_In_ COLORREF crColor); -->
_In_ COLORREF crColor); -->
<function name="CreateSolidBrush"> <function name="CreateSolidBrush">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="HBRUSH"/> <returnValue type="HBRUSH"/>
@ -2828,8 +2827,28 @@ HFONT CreateFont(
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- BOOL UpdateWindow( <!-- LPVOID WINAPI LockResource(_In_ HGLOBAL hResData); -->
_In_ HWND hWnd); --> <function name="LockResource">
<noreturn>false</noreturn>
<returnValue type="LPVOID"/>
<leak-ignore/>
<arg nr="1">
<not-null/>
</arg>
</function>
<!-- HGLOBAL WINAPI LoadResource( _In_opt_ HMODULE hModule, _In_ HRSRC hResInfo);-->
<function name="LoadResource">
<noreturn>false</noreturn>
<returnValue type="HGLOBAL"/>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- BOOL UpdateWindow( _In_ HWND hWnd); -->
<function name="UpdateWindow"> <function name="UpdateWindow">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="BOOL"/> <returnValue type="BOOL"/>