UnmapAndCloseFile.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/setupapi/misc.c".

Debug channel "setupapi".