Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
Feedback
Was this page helpful?
