FlushViewOfFile(3w)
NAME
FlushViewOfFile (KERNEL32.@)
SYNOPSIS
BOOL FlushViewOfFile ( LPCVOID base, SIZE_T size )
DESCRIPTION
Writes to the disk a byte range within a mapped view of a file.
PARAMS
base [In] Start address of byte range to flush.
size [In] Number of bytes in range.
RETURNS
Success: TRUE.
Failure: FALSE.
IMPLEMENTATION
Defined in "winbase.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/virtual.c".