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