windows.cfg: Added support for PurgeCom(). Reference: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-purgecomm
This commit is contained in:
parent
7dea4bae89
commit
0beb78e6ed
|
@ -1752,6 +1752,17 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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(
|
<!-- BOOL WINAPI SetCommState(
|
||||||
_In_ HANDLE hFile,
|
_In_ HANDLE hFile,
|
||||||
_In_ LPDCB lpDCB);-->
|
_In_ LPDCB lpDCB);-->
|
||||||
|
|
Loading…
Reference in New Issue