ReactOS 0.4.15-dev-7961-gdcf9eb0
_POP_HIBER_CONTEXT Struct Reference

#include <po.h>

Collaboration diagram for _POP_HIBER_CONTEXT:

Public Attributes

BOOLEAN WriteToFile
 
BOOLEAN ReserveLoaderMemory
 
BOOLEAN ReserveFreeMemory
 
BOOLEAN VerifyOnWake
 
BOOLEAN Reset
 
UCHAR HiberFlags
 
BOOLEAN LinkFile
 
HANDLE LinkFileHandle
 
PKSPIN_LOCK Lock
 
BOOLEAN MapFrozen
 
RTL_BITMAP MemoryMap
 
LIST_ENTRY ClonedRanges
 
ULONG ClonedRangeCount
 
PLIST_ENTRY NextCloneRange
 
PFN_NUMBER NextPreserve
 
PMDL LoaderMdl
 
PMDL Clones
 
PUCHAR NextClone
 
ULONG NoClones
 
PMDL Spares
 
ULONGLONG PagesOut
 
PVOID IoPage
 
PVOID CurrentMcb
 
PVOID DumpStack
 
PKPROCESSOR_STATE WakeState
 
ULONG NoRanges
 
ULONG_PTR HiberVa
 
PHYSICAL_ADDRESS HiberPte
 
NTSTATUS Status
 
PPO_MEMORY_IMAGE MemoryImage
 
PPO_MEMORY_RANGE_ARRAY TableHead
 
PVOID CompressionWorkspace
 
PUCHAR CompressedWriteBuffer
 
PULONG PerformanceStats
 
PVOID CompressionBlock
 
PVOID DmaIO
 
PVOID TemporaryHeap
 
PO_HIBER_PERF PerfInfo
 

Detailed Description

Definition at line 117 of file po.h.

Member Data Documentation

◆ ClonedRangeCount

ULONG _POP_HIBER_CONTEXT::ClonedRangeCount

Definition at line 131 of file po.h.

◆ ClonedRanges

LIST_ENTRY _POP_HIBER_CONTEXT::ClonedRanges

Definition at line 130 of file po.h.

◆ Clones

PMDL _POP_HIBER_CONTEXT::Clones

Definition at line 135 of file po.h.

◆ CompressedWriteBuffer

PUCHAR _POP_HIBER_CONTEXT::CompressedWriteBuffer

Definition at line 151 of file po.h.

◆ CompressionBlock

PVOID _POP_HIBER_CONTEXT::CompressionBlock

Definition at line 153 of file po.h.

◆ CompressionWorkspace

PVOID _POP_HIBER_CONTEXT::CompressionWorkspace

Definition at line 150 of file po.h.

◆ CurrentMcb

PVOID _POP_HIBER_CONTEXT::CurrentMcb

Definition at line 141 of file po.h.

◆ DmaIO

PVOID _POP_HIBER_CONTEXT::DmaIO

Definition at line 154 of file po.h.

◆ DumpStack

PVOID _POP_HIBER_CONTEXT::DumpStack

Definition at line 142 of file po.h.

◆ HiberFlags

UCHAR _POP_HIBER_CONTEXT::HiberFlags

Definition at line 124 of file po.h.

◆ HiberPte

PHYSICAL_ADDRESS _POP_HIBER_CONTEXT::HiberPte

Definition at line 146 of file po.h.

◆ HiberVa

ULONG_PTR _POP_HIBER_CONTEXT::HiberVa

Definition at line 145 of file po.h.

◆ IoPage

PVOID _POP_HIBER_CONTEXT::IoPage

Definition at line 140 of file po.h.

◆ LinkFile

BOOLEAN _POP_HIBER_CONTEXT::LinkFile

Definition at line 125 of file po.h.

◆ LinkFileHandle

HANDLE _POP_HIBER_CONTEXT::LinkFileHandle

Definition at line 126 of file po.h.

◆ LoaderMdl

PMDL _POP_HIBER_CONTEXT::LoaderMdl

Definition at line 134 of file po.h.

◆ Lock

PKSPIN_LOCK _POP_HIBER_CONTEXT::Lock

Definition at line 127 of file po.h.

◆ MapFrozen

BOOLEAN _POP_HIBER_CONTEXT::MapFrozen

Definition at line 128 of file po.h.

◆ MemoryImage

PPO_MEMORY_IMAGE _POP_HIBER_CONTEXT::MemoryImage

Definition at line 148 of file po.h.

◆ MemoryMap

RTL_BITMAP _POP_HIBER_CONTEXT::MemoryMap

Definition at line 129 of file po.h.

◆ NextClone

PUCHAR _POP_HIBER_CONTEXT::NextClone

Definition at line 136 of file po.h.

◆ NextCloneRange

PLIST_ENTRY _POP_HIBER_CONTEXT::NextCloneRange

Definition at line 132 of file po.h.

◆ NextPreserve

PFN_NUMBER _POP_HIBER_CONTEXT::NextPreserve

Definition at line 133 of file po.h.

◆ NoClones

ULONG _POP_HIBER_CONTEXT::NoClones

Definition at line 137 of file po.h.

◆ NoRanges

ULONG _POP_HIBER_CONTEXT::NoRanges

Definition at line 144 of file po.h.

◆ PagesOut

ULONGLONG _POP_HIBER_CONTEXT::PagesOut

Definition at line 139 of file po.h.

◆ PerfInfo

PO_HIBER_PERF _POP_HIBER_CONTEXT::PerfInfo

Definition at line 156 of file po.h.

◆ PerformanceStats

PULONG _POP_HIBER_CONTEXT::PerformanceStats

Definition at line 152 of file po.h.

◆ ReserveFreeMemory

BOOLEAN _POP_HIBER_CONTEXT::ReserveFreeMemory

Definition at line 121 of file po.h.

◆ ReserveLoaderMemory

BOOLEAN _POP_HIBER_CONTEXT::ReserveLoaderMemory

Definition at line 120 of file po.h.

◆ Reset

BOOLEAN _POP_HIBER_CONTEXT::Reset

Definition at line 123 of file po.h.

◆ Spares

PMDL _POP_HIBER_CONTEXT::Spares

Definition at line 138 of file po.h.

◆ Status

NTSTATUS _POP_HIBER_CONTEXT::Status

Definition at line 147 of file po.h.

◆ TableHead

PPO_MEMORY_RANGE_ARRAY _POP_HIBER_CONTEXT::TableHead

Definition at line 149 of file po.h.

◆ TemporaryHeap

PVOID _POP_HIBER_CONTEXT::TemporaryHeap

Definition at line 155 of file po.h.

◆ VerifyOnWake

BOOLEAN _POP_HIBER_CONTEXT::VerifyOnWake

Definition at line 122 of file po.h.

◆ WakeState

PKPROCESSOR_STATE _POP_HIBER_CONTEXT::WakeState

Definition at line 143 of file po.h.

◆ WriteToFile

BOOLEAN _POP_HIBER_CONTEXT::WriteToFile

Definition at line 119 of file po.h.


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