windows.cfg: Added support for SystemParametersInfo()
This commit is contained in:
parent
cabafca5ae
commit
25055cec62
|
@ -6113,6 +6113,22 @@ HFONT CreateFont(
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- BOOL SystemParametersInfoA(UINT uiAction, UINT uiParam, PVOID pvParam, UINT fWinIni); -->
|
||||||
|
<function name="SystemParametersInfo,SystemParametersInfoA,SystemParametersInfoW">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="BOOL"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3" direction="out"/>
|
||||||
|
<arg nr="4" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- BOOL WINAPI CancelIo(
|
<!-- BOOL WINAPI CancelIo(
|
||||||
_In_ HANDLE hFile); -->
|
_In_ HANDLE hFile); -->
|
||||||
<function name="CancelIo">
|
<function name="CancelIo">
|
||||||
|
|
Loading…
Reference in New Issue