LINEAR_MEM_MAP_TYPE (Windows CE 5.0)
This data type definition specifies the kind of memory in a linear memory map.
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
OS Version: Windows CE 5.0 and later.
Header: exdi2.h.
See Also
Send Feedback on this topic to the authors