Share via


MmUnmapIoSpace (Windows Embedded CE 6.0)

1/6/2010

This function unmaps an address space previously mapped by MmMapIoSpace.

Syntax

VOID MmUnmapIoSpace( 
  PVOID BaseAddress, 
  ULONG NumberOfBytes 
);

Parameters

  • BaseAddress
    [in] Pointer to the base virtual address to which MmMapIoSpace mapped physical pages.
  • NumberOfBytes
    [in] Number of bytes that MmMapIoSpace mapped.

Return Value

None.

Requirements

Header ceddk.h
Library CEDDK.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

CEDDK Dynamic-Link Library Address Mapping Functions
MmMapIoSpace