windows.cfg: Added support for more interfaces.
This commit is contained in:
parent
81dab88413
commit
7b5c010c31
|
@ -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"/>
|
||||||
|
|
Loading…
Reference in New Issue