Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |