Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |