ReactOS 0.4.15-dev-7961-gdcf9eb0
_MMADDRESS_NODE Struct Reference

#include <mmtypes.h>

Collaboration diagram for _MMADDRESS_NODE:

Public Attributes

union {
   LONG_PTR   Balance:2
 
   struct _MMADDRESS_NODE *   Parent
 
u1
 
struct _MMADDRESS_NODELeftChild
 
struct _MMADDRESS_NODERightChild
 
ULONG_PTR StartingVpn
 
ULONG_PTR EndingVpn
 

Detailed Description

Definition at line 644 of file mmtypes.h.

Member Data Documentation

◆ Balance

LONG_PTR _MMADDRESS_NODE::Balance

Definition at line 648 of file mmtypes.h.

◆ EndingVpn

◆ LeftChild

struct _MMADDRESS_NODE* _MMADDRESS_NODE::LeftChild

Definition at line 651 of file mmtypes.h.

◆ Parent

struct _MMADDRESS_NODE* _MMADDRESS_NODE::Parent

Definition at line 649 of file mmtypes.h.

Referenced by MmInitSectionImplementation(), and MmInsertMemoryArea().

◆ RightChild

struct _MMADDRESS_NODE* _MMADDRESS_NODE::RightChild

Definition at line 652 of file mmtypes.h.

Referenced by MiQueryMemoryBasicInformation(), and MmCleanProcessAddressSpace().

◆ StartingVpn

ULONG_PTR _MMADDRESS_NODE::StartingVpn

Definition at line 653 of file mmtypes.h.

Referenced by MmCleanProcessAddressSpace(), MmCreateArm3Section(), and NtQuerySection().

◆ 

union { ... } _MMADDRESS_NODE::u1

The documentation for this struct was generated from the following file: