ReactOS 0.4.15-dev-7958-gcd0bb1a
_VACB Struct Reference

#include <cctypes.h>

Collaboration diagram for _VACB:

Public Attributes

PVOID BaseAddress
 
struct _SHARED_CACHE_MAP * SharedCacheMap
 
union {
   LARGE_INTEGER   FileOffset
 
   USHORT   ActiveCount
 
Overlay
 
LIST_ENTRY LruList
 

Detailed Description

Definition at line 41 of file cctypes.h.

Member Data Documentation

◆ ActiveCount

USHORT _VACB::ActiveCount

Definition at line 48 of file cctypes.h.

◆ BaseAddress

PVOID _VACB::BaseAddress

Definition at line 43 of file cctypes.h.

◆ FileOffset

LARGE_INTEGER _VACB::FileOffset

Definition at line 47 of file cctypes.h.

◆ LruList

LIST_ENTRY _VACB::LruList

Definition at line 50 of file cctypes.h.

◆ 

union { ... } _VACB::Overlay

◆ SharedCacheMap

struct _SHARED_CACHE_MAP* _VACB::SharedCacheMap

Definition at line 44 of file cctypes.h.


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