MEMORY_SECTION (Windows CE 5.0)
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
Send Feedback on this topic to the authors