ReactOS 0.4.16-dev-122-g325d74c
|
#include <fxobject.hpp>
Public Member Functions | |
DECLSPEC_ALIGN (MEMORY_ALLOCATION_ALIGNMENT) ULONG AllocationStart[1] | |
Public Attributes | |
FxTagTracker * | TagTracker |
FxVerifierLock * | VerifierLock |
BYTE | StateHistory [8] |
LONG | StateHistoryIndex |
ULONG | Signature |
Definition at line 207 of file fxobject.hpp.
FxObjectDebugExtension::DECLSPEC_ALIGN | ( | MEMORY_ALLOCATION_ALIGNMENT | ) |
ULONG FxObjectDebugExtension::Signature |
Definition at line 220 of file fxobject.hpp.
Referenced by FxObjectAndHandleHeaderInit(), and if().
BYTE FxObjectDebugExtension::StateHistory[8] |
Definition at line 212 of file fxobject.hpp.
Referenced by if(), and FxObject::SetObjectStateLocked().
LONG FxObjectDebugExtension::StateHistoryIndex |
Definition at line 214 of file fxobject.hpp.
Referenced by if(), and FxObject::SetObjectStateLocked().
FxTagTracker* FxObjectDebugExtension::TagTracker |
Definition at line 208 of file fxobject.hpp.
Referenced by FxObject::AllocateTagTracker(), and FxObject::ProcessDestroy().
FxVerifierLock* FxObjectDebugExtension::VerifierLock |
Definition at line 210 of file fxobject.hpp.
Referenced by FxNonPagedObject::_Acquires_lock_(), FxNonPagedObject::_Releases_lock_(), FxNonPagedObject::_Requires_lock_held_(), FxNonPagedObject::FxNonPagedObject(), and FxNonPagedObject::~FxNonPagedObject().