MmUnmapViewInSystemSpace function (ntddk.h)

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

Syntax

NTSTATUS MmUnmapViewInSystemSpace(
  PVOID MappedBase
);

Parameters

MappedBase

Supplies the address of the view to unmap.

Return value

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

Requirements

Requirement Value
Header ntddk.h
IRQL <=(APC_LEVEL)

See also

MmMapViewInSystemSpace