ReactOS 0.4.15-dev-7961-gdcf9eb0
_MMWSLENTRY Struct Reference

#include <mmtypes.h>

Public Attributes

ULONG_PTR Valid:1
 
ULONG_PTR LockedInWs:1
 
ULONG_PTR LockedInMemory:1
 
ULONG_PTR Protection:5
 
ULONG_PTR Hashed:1
 
ULONG_PTR Direct:1
 
ULONG_PTR Age:2
 
ULONG_PTR VirtualPageNumber: MM_PAGE_FRAME_NUMBER_SIZE
 

Detailed Description

Definition at line 825 of file mmtypes.h.

Member Data Documentation

◆ Age

ULONG_PTR _MMWSLENTRY::Age

Definition at line 833 of file mmtypes.h.

Referenced by MiInsertInWorkingSetList().

◆ Direct

ULONG_PTR _MMWSLENTRY::Direct

Definition at line 832 of file mmtypes.h.

Referenced by MiInsertInWorkingSetList().

◆ Hashed

ULONG_PTR _MMWSLENTRY::Hashed

Definition at line 831 of file mmtypes.h.

Referenced by MiInsertInWorkingSetList().

◆ LockedInMemory

ULONG_PTR _MMWSLENTRY::LockedInMemory

◆ LockedInWs

ULONG_PTR _MMWSLENTRY::LockedInWs

◆ Protection

ULONG_PTR _MMWSLENTRY::Protection

Definition at line 830 of file mmtypes.h.

Referenced by MiInsertInWorkingSetList().

◆ Valid

ULONG_PTR _MMWSLENTRY::Valid

Definition at line 827 of file mmtypes.h.

Referenced by FreeWsleIndex(), and MiInsertInWorkingSetList().

◆ VirtualPageNumber

ULONG_PTR _MMWSLENTRY::VirtualPageNumber

Definition at line 834 of file mmtypes.h.

Referenced by MiInsertInWorkingSetList().


The documentation for this struct was generated from the following file: