MEMORY_SECTION
This structure describes a memory section to the kernel.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Nkintr.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.