|
ReactOS 0.4.17-dev-684-ga6524ef
|
#include <ntifs.template.h>

Public Attributes | |
| PVOID | StartVPN |
| PVOID | EndVPN |
| struct _VAD_HEADER * | ParentLink |
| struct _VAD_HEADER * | LeftLink |
| struct _VAD_HEADER * | RightLink |
| ULONG | Flags |
| PVOID | ControlArea |
| PVOID | FirstProtoPte |
| PVOID | LastPTE |
| ULONG | Unknown |
| LIST_ENTRY | Secured |
Definition at line 1614 of file ntifs.template.h.
| PVOID _VAD_HEADER::ControlArea |
Definition at line 1621 of file ntifs.template.h.
| PVOID _VAD_HEADER::EndVPN |
Definition at line 1616 of file ntifs.template.h.
| PVOID _VAD_HEADER::FirstProtoPte |
Definition at line 1622 of file ntifs.template.h.
| ULONG _VAD_HEADER::Flags |
Definition at line 1620 of file ntifs.template.h.
| PVOID _VAD_HEADER::LastPTE |
Definition at line 1623 of file ntifs.template.h.
| struct _VAD_HEADER* _VAD_HEADER::LeftLink |
Definition at line 1618 of file ntifs.template.h.
| struct _VAD_HEADER* _VAD_HEADER::ParentLink |
Definition at line 1617 of file ntifs.template.h.
| struct _VAD_HEADER* _VAD_HEADER::RightLink |
Definition at line 1619 of file ntifs.template.h.
| LIST_ENTRY _VAD_HEADER::Secured |
Definition at line 1625 of file ntifs.template.h.
| PVOID _VAD_HEADER::StartVPN |
Definition at line 1615 of file ntifs.template.h.
| ULONG _VAD_HEADER::Unknown |
Definition at line 1624 of file ntifs.template.h.