MmUnmapViewInSystemSpace - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

NTSTATUS MmUnmapViewInSystemSpace(
  PVOID MappedBase
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-mmunmapviewinsystemspace)

MmUnmapViewInSystemSpace function

Description

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

Parameters

MappedBase

Supplies the address of the view to unmap.

Return value

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

Remarks

See also

MmMapViewInSystemSpace