windows.cfg: Added support for more interfaces.
This commit is contained in:
parent
81dab88413
commit
7b5c010c31
|
@ -2817,8 +2817,7 @@ HFONT CreateFont(
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- HBRUSH CreateSolidBrush(
|
||||
_In_ COLORREF crColor); -->
|
||||
<!-- HBRUSH CreateSolidBrush(_In_ COLORREF crColor); -->
|
||||
<function name="CreateSolidBrush">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="HBRUSH"/>
|
||||
|
@ -2828,8 +2827,28 @@ HFONT CreateFont(
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- BOOL UpdateWindow(
|
||||
_In_ HWND hWnd); -->
|
||||
<!-- LPVOID WINAPI LockResource(_In_ HGLOBAL hResData); -->
|
||||
<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">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="BOOL"/>
|
||||
|
|
Loading…
Reference in New Issue