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 data type definition specifies the kind of memory in a linear memory map.
Syntax
typedef DWORD LINEAR_MEM_MAP_TYPE;
Remarks
The following table shows the kinds of memory that can appear in a linear memory map.
| Constant | Value | Description |
|---|---|---|
LMM_VIRT |
0 |
Virtual memory. |
LMM_PHYS |
1 |
Physical memory. |
LMM_IO |
2 |
Peripheral I/O. |
Requirements
| Header | eXDI2.h |
| Windows Embedded CE | Windows CE 5.0 and later |