UnmapAndCloseFile(3w)
NAME
UnmapAndCloseFile (SETUPAPI.@)
SYNOPSIS
BOOL UnmapAndCloseFile ( HANDLE hFile, HANDLE hMapping, LPVOID lpBuffer )
DESCRIPTION
Unmap and close a mapped file.
PARAMS
hFile [In] Handle to the file.
hMapping [In] Handle to the file mapping.
lpBuffer [In] Pointer to the file buffer.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "setupapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/setupapi/misc.c".
- Debug channel "setupapi".