Share via


MEM_TYPE2 (Windows Embedded CE 6.0)

1/5/2010

This enumeration designates the possible kinds of memory.

Syntax

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

Header eXDI2.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IeXDI2 Enumerations
IeXDI2 Interfaces