ReactOS 0.4.16-dev-336-gb667d82
|
#include <extypes.h>
Public Attributes | |
union { | |
PVOID Object | |
ULONG_PTR RefCnt:3 | |
ULONG_PTR Value | |
}; | |
union { ... } _EX_FAST_REF::@2424 |
PVOID _EX_FAST_REF::Object |
Definition at line 422 of file extypes.h.
Referenced by ExAcquireFastReference(), ExCompareSwapFastReference(), ExInsertFastReference(), ExReleaseFastReference(), and ExSwapFastReference().
ULONG_PTR _EX_FAST_REF::RefCnt |
Definition at line 423 of file extypes.h.
Referenced by ExAcquireFastReference(), and ExInsertFastReference().
ULONG_PTR _EX_FAST_REF::Value |
Definition at line 424 of file extypes.h.
Referenced by ExAcquireFastReference(), ExCompareSwapFastReference(), ExInsertFastReference(), ExReleaseFastReference(), ExSwapFastReference(), and PspInitPhase0().