Share via


MEM_ACCESS_EXCLUSION_RANGE (Windows Embedded CE 6.0)

1/5/2010

This structure defines an address range with an associated access restriction.

Syntax

typedef struct _MEM_ACCESS_EXCLUSION_RANGE {
  ADDRESS_RANGE ar;
  DATA_ACCESS_TYPE da;
} MEM_ACCESS_EXCLUSION_RANGE;

Members

  • ar
    Address range.
  • da
    Memory access restriction.

Requirements

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

See Also

Reference

IeXDI2 Structures
IeXDI2 Interfaces