ReactOS 0.4.15-dev-7842-g558ab78
_MM_PREFETCH_FLAGS Union Reference

#include <mmtypes.h>

Collaboration diagram for _MM_PREFETCH_FLAGS:

Public Attributes

struct {
   ULONG   Priority: SYSTEM_PAGE_PRIORITY_BITS
 
   ULONG   RepurposePriority: SYSTEM_PAGE_PRIORITY_BITS
 
Flags
 
ULONG AllFlags
 

Detailed Description

Definition at line 194 of file mmtypes.h.

Member Data Documentation

◆ AllFlags

ULONG _MM_PREFETCH_FLAGS::AllFlags

Definition at line 199 of file mmtypes.h.

Referenced by FatPrefetchPages().

◆ 

struct { ... } _MM_PREFETCH_FLAGS::Flags

Referenced by FatPrefetchPages().

◆ Priority

ULONG _MM_PREFETCH_FLAGS::Priority

Definition at line 196 of file mmtypes.h.

◆ RepurposePriority

ULONG _MM_PREFETCH_FLAGS::RepurposePriority

Definition at line 197 of file mmtypes.h.


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