ReactOS 0.4.16-dev-117-g38f21f9
|
#include <mmtypes.h>
Public Attributes | |
ULONG | SessionSpace:1 |
ULONG | BeingTrimmed:1 |
ULONG | SessionLeader:1 |
ULONG | TrimHard:1 |
ULONG | MaximumWorkingSetHard:1 |
ULONG | ForceTrim:1 |
ULONG | MinimumWorkingSetHard:1 |
ULONG | Available0:1 |
ULONG | MemoryPriority:8 |
ULONG | GrowWsleHash:1 |
ULONG | AcquiredUnsafe:1 |
ULONG | Available:14 |
ULONG _MMSUPPORT_FLAGS::BeingTrimmed |
Definition at line 906 of file mmtypes.h.
Referenced by MmWorkingSetManager().
ULONG _MMSUPPORT_FLAGS::SessionLeader |
Definition at line 907 of file mmtypes.h.
Referenced by _IRQL_requires_max_(), MiSessionRemoveProcess(), and MmQuitNextSession().
ULONG _MMSUPPORT_FLAGS::SessionSpace |
Definition at line 905 of file mmtypes.h.
Referenced by MI_IS_PROCESS_WORKING_SET(), MiConvertSharedWorkingSetLockToExclusive(), and MiSessionInitializeWorkingSetList().