MEM_TYPE2 (Windows CE 5.0)

Send Feedback

This enumeration designates the possible kinds of memory.

typedef enum _MEM_TYPE2 {  mt2Virtual,  mt2PhysicalOrPeriIO,  mt2CpuReg} MEM_TYPE2;

Elements

  • mt2Virtual
    Indicator for virtual memory.
  • mt2PhysicalOrPeriIO
    Indicator for physical memory, or peripheral I/O.
  • mt2CpuReg
    Indicator for a CPU register.

Requirements

OS Version: Windows CE 5.0 and later.
Header: exdi2.h.

See Also

IeXDI2 Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.