MEM_ACCESS_EXCLUSION_RANGE (Windows CE 5.0)

Send Feedback

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

typedef struct _MEM_ACCESS_EXCLUSION_RANGE {  ADDRESS_RANGEar;  DATA_ACCESS_TYPE da;} MEM_ACCESS_EXCLUSION_RANGE;

Members

  • ar
    Address range.
  • da
    Memory access restriction.

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.