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.
This function unmaps an address space previously mapped by MmMapIoSpace.
VOID MmUnmapIoSpace(PVOID BaseAddress,ULONGNumberOfBytes );
Parameters
- BaseAddress
[in] Pointer to the base virtual address to which MmMapIoSpace mapped physical pages. - NumberOfBytes
[in] Number of bytes that MmMapIoSpace mapped.
Return Values
None.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: CEDDK.h.
Link Library: CEDDK.lib.
See Also
Send Feedback on this topic to the authors