Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.26 KB

nf-ntddk-mmunmapviewinsystemspace.md

File metadata and controls

63 lines (50 loc) · 1.26 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NF:ntddk.MmUnmapViewInSystemSpace
MmUnmapViewInSystemSpace function (ntddk.h)
Learn more about: MmUnmapViewInSystemSpace function
kernel
10/19/2018
MmUnmapViewInSystemSpace function
MmUnmapViewInSystemSpace
ntddk.h
<=(APC_LEVEL)
Windows
RS5
MmUnmapViewInSystemSpace
ntddk/MmUnmapViewInSystemSpace
apiref
DllExport
NfcCx.dll
MmUnmapViewInSystemSpace

MmUnmapViewInSystemSpace function

-description

The MmUnmapViewInSystemSpace function unmaps the specified section from the system's address space.

-parameters

-param MappedBase

Supplies the address of the view to unmap.

-returns

This function returns true if the map view operation was successful.

-remarks

-see-also

MmMapViewInSystemSpace