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/>
|
||||
</arg>
|
||||
</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);-->
|
||||
<function name="PurgeComm">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue