Share via


MEMORY_SECTION (Compact 2013)

3/28/2014

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; set to 0 (zero).
  • dwStart
    Start address, statically mapped virtual address, of the memory section.
  • dwLen
    Number of bytes in the memory section.

Requirements

Header

nkintr.h

See Also

Reference

Kernel Structures

Other Resources

OAL Structures
OEMEnumExtensionDRAM