Share via


MmUnmapIoSpace (Windows CE 5.0)

Send Feedback

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

MmMapIoSpace

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.