windows.cfg: Added support for more Comm functions.
This commit is contained in:
parent
d379ebed2d
commit
524585f566
|
@ -1462,6 +1462,28 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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(
|
<!-- BOOL WINAPI WriteFile(
|
||||||
_In_ HANDLE hFile,
|
_In_ HANDLE hFile,
|
||||||
_In_ LPCVOID lpBuffer,
|
_In_ LPCVOID lpBuffer,
|
||||||
|
|
Loading…
Reference in New Issue