Scroll to navigation

UnmapAndCloseFile(3w) Wine API 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

Declared in "setupapi.h".
Implemented in "dlls/setupapi/misc.c".
Debug channel "setupapi".
Oct 2012 Wine API