|
kernel
|
#include <mm.h>
Data Fields | |
| uintptr_t | StartVa |
| uintptr_t | EndVa |
| VAD_FLAGS | Flags |
| struct _MMVAD * | LeftChild |
| struct _MMVAD * | RightChild |
| struct _MMVAD * | Parent |
| int | Height |
| struct _FILE_OBJECT * | File |
| uint64_t | FileOffset |
| struct _EPROCESS * | OwningProcess |
| struct _FILE_OBJECT* File |