This commit is contained in:
orbitcowboy 2019-03-29 09:35:36 +01:00
parent 0beb78e6ed
commit a6d40f6323
1 changed files with 8 additions and 0 deletions

View File

@ -1763,6 +1763,14 @@
<not-uninit/>
</arg>
</function>
<!-- BOOL FlushFileBuffers(HANDLE hFile);-->
<function name="FlushFileBuffers">
<noreturn>false</noreturn>
<returnValue type="BOOL"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- BOOL WINAPI SetCommState(
_In_ HANDLE hFile,
_In_ LPDCB lpDCB);-->