|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <extypes.h>

Public Attributes | |
| union { | |
| PVOID Object | |
| ULONG_PTR RefCnt:3 | |
| ULONG_PTR Value | |
| }; | |
| union { ... } _EX_FAST_REF::@2599 |
| PVOID _EX_FAST_REF::Object |
Definition at line 593 of file extypes.h.
Referenced by ExAcquireFastReference(), ExCompareSwapFastReference(), ExInsertFastReference(), ExReleaseFastReference(), and ExSwapFastReference().
| ULONG_PTR _EX_FAST_REF::RefCnt |
Definition at line 594 of file extypes.h.
Referenced by ExAcquireFastReference(), and ExInsertFastReference().
| ULONG_PTR _EX_FAST_REF::Value |
Definition at line 595 of file extypes.h.
Referenced by ExAcquireFastReference(), ExCompareSwapFastReference(), ExInsertFastReference(), ExReleaseFastReference(), ExSwapFastReference(), and PspInitPhase0().