MmUnmapIoSpace (Windows CE 5.0)
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