ReactOS 0.4.15-dev-7834-g00c4b3d
_GDI_POOL_SECTION Struct Reference
Collaboration diagram for _GDI_POOL_SECTION:

Public Attributes

LIST_ENTRY leInUseLink
 
LIST_ENTRY leReadyLink
 
PVOID pvBaseAddress
 
ULONG ulCommitBitmap
 
ULONG cAllocCount
 
RTL_BITMAP bitmap
 
ULONG aulBits [1]
 

Detailed Description

Definition at line 15 of file gdipool.c.

Member Data Documentation

◆ aulBits

ULONG _GDI_POOL_SECTION::aulBits[1]

Definition at line 26 of file gdipool.c.

Referenced by GdiPoolAllocateSection().

◆ bitmap

RTL_BITMAP _GDI_POOL_SECTION::bitmap

Definition at line 25 of file gdipool.c.

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

◆ cAllocCount

ULONG _GDI_POOL_SECTION::cAllocCount

◆ leInUseLink

LIST_ENTRY _GDI_POOL_SECTION::leInUseLink

Definition at line 17 of file gdipool.c.

Referenced by GdiPoolAllocate(), and GdiPoolFree().

◆ leReadyLink

LIST_ENTRY _GDI_POOL_SECTION::leReadyLink

Definition at line 18 of file gdipool.c.

Referenced by GdiPoolAllocate(), and GdiPoolFree().

◆ pvBaseAddress

PVOID _GDI_POOL_SECTION::pvBaseAddress

◆ ulCommitBitmap

ULONG _GDI_POOL_SECTION::ulCommitBitmap

Definition at line 22 of file gdipool.c.

Referenced by GdiPoolAllocate(), and GdiPoolAllocateSection().


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