ReactOS 0.4.15-dev-7958-gcd0bb1a
CACHE_BLOCK Struct Reference

#include <cache.h>

Collaboration diagram for CACHE_BLOCK:

Public Attributes

LIST_ENTRY ListEntry
 
ULONG BlockNumber
 
BOOLEAN LockedInCache
 
ULONG AccessCount
 
PVOID BlockData
 

Detailed Description

Definition at line 35 of file cache.h.

Member Data Documentation

◆ AccessCount

ULONG CACHE_BLOCK::AccessCount

Definition at line 41 of file cache.h.

Referenced by CacheInternalDumpBlockList(), and CacheInternalFindBlock().

◆ BlockData

◆ BlockNumber

◆ ListEntry

◆ LockedInCache

BOOLEAN CACHE_BLOCK::LockedInCache

Definition at line 40 of file cache.h.

Referenced by CacheInternalDumpBlockList(), and CacheInternalFreeBlock().


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