ReactOS 0.4.15-dev-7942-gd23573b
_GDI_POOL Struct Reference
Collaboration diagram for _GDI_POOL:

Public Attributes

ULONG ulTag
 
ULONG cjAllocSize
 
ULONG cjSectionSize
 
ULONG cSlotsPerSection
 
ULONG cEmptySections
 
EX_PUSH_LOCK pushlock
 
LIST_ENTRY leInUseList
 
LIST_ENTRY leEmptyList
 
LIST_ENTRY leReadyList
 

Detailed Description

Definition at line 29 of file gdipool.c.

Member Data Documentation

◆ cEmptySections

ULONG _GDI_POOL::cEmptySections

Definition at line 35 of file gdipool.c.

Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().

◆ cjAllocSize

ULONG _GDI_POOL::cjAllocSize

Definition at line 32 of file gdipool.c.

Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().

◆ cjSectionSize

ULONG _GDI_POOL::cjSectionSize

Definition at line 33 of file gdipool.c.

Referenced by GdiPoolCreate(), and GdiPoolFree().

◆ cSlotsPerSection

ULONG _GDI_POOL::cSlotsPerSection

Definition at line 34 of file gdipool.c.

Referenced by GdiPoolAllocate(), GdiPoolAllocateSection(), GdiPoolCreate(), and GdiPoolFree().

◆ leEmptyList

LIST_ENTRY _GDI_POOL::leEmptyList

Definition at line 42 of file gdipool.c.

Referenced by GdiPoolAllocate(), GdiPoolCreate(), GdiPoolDestroy(), and GdiPoolFree().

◆ leInUseList

LIST_ENTRY _GDI_POOL::leInUseList

Definition at line 41 of file gdipool.c.

Referenced by GdiPoolAllocate(), GdiPoolCreate(), GdiPoolDestroy(), and GdiPoolFree().

◆ leReadyList

LIST_ENTRY _GDI_POOL::leReadyList

Definition at line 43 of file gdipool.c.

Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().

◆ pushlock

EX_PUSH_LOCK _GDI_POOL::pushlock

Definition at line 36 of file gdipool.c.

Referenced by GdiPoolAllocate(), GdiPoolCreate(), and GdiPoolFree().

◆ ulTag

ULONG _GDI_POOL::ulTag

Definition at line 31 of file gdipool.c.

Referenced by GdiPoolAllocateSection(), and GdiPoolCreate().


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