This commit is contained in:
orbitcowboy 2019-03-29 09:31:06 +01:00
parent 7dea4bae89
commit 0beb78e6ed
1 changed files with 11 additions and 0 deletions

View File

@ -1752,6 +1752,17 @@
<not-uninit/>
</arg>
</function>
<!-- BOOL PurgeComm(HANDLE hFile, DWORD dwFlags);-->
<function name="PurgeComm">
<noreturn>false</noreturn>
<returnValue type="BOOL"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- BOOL WINAPI SetCommState(
_In_ HANDLE hFile,
_In_ LPDCB lpDCB);-->