ReactOS 0.4.16-dev-732-g2d1144a
|
#include <fxhandle.h>
Public Member Functions | |
DECLSPEC_ALIGN (MEMORY_ALLOCATION_ALIGNMENT) ULONG_PTR Context[1] | |
Definition at line 62 of file fxhandle.h.
FxContextHeader::DECLSPEC_ALIGN | ( | MEMORY_ALLOCATION_ALIGNMENT | ) |
PCWDF_OBJECT_CONTEXT_TYPE_INFO FxContextHeader::ContextTypeInfo |
Definition at line 87 of file fxhandle.h.
Referenced by for(), and VfWdfObjectGetTypedContext().
PFN_WDF_OBJECT_CONTEXT_CLEANUP FxContextHeader::EvtCleanupCallback |
Definition at line 76 of file fxhandle.h.
Referenced by FxObject::CallCleanupCallbacks(), FxObject::ClearEvtCallbacks(), FxObject::Commit(), and FxObject::ProcessDestroy().
PFN_WDF_OBJECT_CONTEXT_DESTROY FxContextHeader::EvtDestroyCallback |
Definition at line 82 of file fxhandle.h.
Referenced by FxObject::ClearEvtCallbacks(), FxObject::Commit(), and FxObject::ProcessDestroy().
FxContextHeader* FxContextHeader::NextHeader |
Definition at line 71 of file fxhandle.h.
Referenced by FxObject::CallCleanupCallbacks(), FxObject::ClearEvtCallbacks(), FxObject::ProcessDestroy(), and VfWdfObjectGetTypedContext().
FxObject* FxContextHeader::Object |
Definition at line 66 of file fxhandle.h.