UnmapViewOfFile.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

UnmapViewOfFile (KERNEL32.@)

SYNOPSIS

BOOL UnmapViewOfFile
 (
  LPCVOID addr
 )

DESCRIPTION

Unmaps a mapped view of a file.

PARAMS

addr [In] Address where mapped view begins.

RETURNS

Success: TRUE.

Failure: FALSE.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/virtual.c".