MEMORY_SECTION (Windows Embedded CE 6.0)
1/5/2010
This structure describes a memory section to the kernel.
Syntax
typedef struct _MEMORY_SECTION {
DWORD dwFlags;
DWORD dwStart;
DWORD dwLen;
} MEMORY_SECTION, *PMEMORY_SECTION;
Members
dwFlags
Reserved for future use.Must be set to zero.
- dwStart
Start address, statically mapped virtual address, of the memory section.
- dwLen
Number of bytes in the memory section.
Requirements
Header | nkintr.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |