ReactOS 0.4.15-dev-7991-ge77da17
_SYSTEM_POOLTAG Struct Reference

#include <extypes.h>

Public Attributes

union {
   UCHAR   Tag [4]
 
   ULONG   TagUlong
 
}; 
 
ULONG PagedAllocs
 
ULONG PagedFrees
 
SIZE_T PagedUsed
 
ULONG NonPagedAllocs
 
ULONG NonPagedFrees
 
SIZE_T NonPagedUsed
 

Detailed Description

Definition at line 1134 of file extypes.h.

Member Data Documentation

◆ 

union { ... } _SYSTEM_POOLTAG::@2432

◆ NonPagedAllocs

ULONG _SYSTEM_POOLTAG::NonPagedAllocs

Definition at line 1144 of file extypes.h.

Referenced by ExGetPoolTagInfo().

◆ NonPagedFrees

ULONG _SYSTEM_POOLTAG::NonPagedFrees

Definition at line 1145 of file extypes.h.

Referenced by ExGetPoolTagInfo().

◆ NonPagedUsed

SIZE_T _SYSTEM_POOLTAG::NonPagedUsed

Definition at line 1146 of file extypes.h.

Referenced by ExGetPoolTagInfo().

◆ PagedAllocs

ULONG _SYSTEM_POOLTAG::PagedAllocs

Definition at line 1141 of file extypes.h.

Referenced by ExGetPoolTagInfo().

◆ PagedFrees

ULONG _SYSTEM_POOLTAG::PagedFrees

Definition at line 1142 of file extypes.h.

Referenced by ExGetPoolTagInfo().

◆ PagedUsed

SIZE_T _SYSTEM_POOLTAG::PagedUsed

Definition at line 1143 of file extypes.h.

Referenced by ExGetPoolTagInfo().

◆ Tag

UCHAR _SYSTEM_POOLTAG::Tag[4]

Definition at line 1138 of file extypes.h.

◆ TagUlong

ULONG _SYSTEM_POOLTAG::TagUlong

Definition at line 1139 of file extypes.h.

Referenced by ExGetPoolTagInfo().


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