windows.cfg: Added support for more Comm functions.

This commit is contained in:
orbitcowboy 2015-03-31 08:33:27 +02:00
parent d379ebed2d
commit 524585f566
1 changed files with 22 additions and 0 deletions

View File

@ -1462,6 +1462,28 @@
<not-uninit/>
</arg>
</function>
<!-- BOOL WINAPI BuildCommDCB(
_In_ LPCTSTR lpDef,
_Out_ LPDCB lpDCB); -->
<function name="BuildCommDCB">
<noreturn>false</noreturn>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!-- BOOL WINAPI BuildCommDCBAndTimeouts(
_In_ LPCTSTR lpDef,
_Out_ LPDCB lpDCB,
_Out_ LPCOMMTIMEOUTS lpCommTimeouts); -->
<function name="BuildCommDCBAndTimeouts">
<noreturn>false</noreturn>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2"/>
<arg nr="3"/>
</function>
<!-- BOOL WINAPI WriteFile(
_In_ HANDLE hFile,
_In_ LPCVOID lpBuffer,