Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |