windows.cfg: Added support for GetCommMask(). Reference: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-getcommmask
This commit is contained in:
parent
a6d40f6323
commit
eadf33c911
@ -1752,6 +1752,17 @@
|
|||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- BOOL GetCommMask(HANDLE hFile, LPDWORD lpEvtMask);-->
|
||||||
|
<function name="GetCommMask">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="BOOL"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="out">
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- BOOL PurgeComm(HANDLE hFile, DWORD dwFlags);-->
|
<!-- BOOL PurgeComm(HANDLE hFile, DWORD dwFlags);-->
|
||||||
<function name="PurgeComm">
|
<function name="PurgeComm">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user