ReactOS 0.4.16-dev-732-g2d1144a
|
#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 1643 of file ntifs.template.h.
PVOID _VAD_HEADER::ControlArea |
Definition at line 1650 of file ntifs.template.h.
PVOID _VAD_HEADER::EndVPN |
Definition at line 1645 of file ntifs.template.h.
PVOID _VAD_HEADER::FirstProtoPte |
Definition at line 1651 of file ntifs.template.h.
ULONG _VAD_HEADER::Flags |
Definition at line 1649 of file ntifs.template.h.
PVOID _VAD_HEADER::LastPTE |
Definition at line 1652 of file ntifs.template.h.
struct _VAD_HEADER* _VAD_HEADER::LeftLink |
Definition at line 1647 of file ntifs.template.h.
struct _VAD_HEADER* _VAD_HEADER::ParentLink |
Definition at line 1646 of file ntifs.template.h.
struct _VAD_HEADER* _VAD_HEADER::RightLink |
Definition at line 1648 of file ntifs.template.h.
LIST_ENTRY _VAD_HEADER::Secured |
Definition at line 1654 of file ntifs.template.h.
PVOID _VAD_HEADER::StartVPN |
Definition at line 1644 of file ntifs.template.h.
ULONG _VAD_HEADER::Unknown |
Definition at line 1653 of file ntifs.template.h.