windows.cfg: Added support for GetCommState().

This commit is contained in:
orbitcowboy 2019-04-01 13:22:24 +02:00
parent 0feb27e9b3
commit ea7cba8bc0
1 changed files with 11 additions and 0 deletions

View File

@ -1640,6 +1640,17 @@
<not-uninit/>
</arg>
</function>
<!-- BOOL GetCommState(HANDLE hFile, LPDCB lpDCB); -->
<function name="GetCommState">
<noreturn>false</noreturn>
<returnValue type="BOOL"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="out">
<not-null/>
</arg>
</function>
<!-- BOOL WINAPI BuildCommDCB(
_In_ LPCTSTR lpDef,
_Out_ LPDCB lpDCB); -->