This commit is contained in:
orbitcowboy 2019-03-29 09:41:56 +01:00
parent a6d40f6323
commit eadf33c911
1 changed files with 11 additions and 0 deletions

View File

@ -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>