|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LIST_ENTRY | leInUseLink |
| LIST_ENTRY | leReadyLink |
| PVOID | pvBaseAddress |
| ULONG | ulCommitBitmap |
| ULONG | cAllocCount |
| RTL_BITMAP | bitmap |
| ULONG | aulBits [1] |
| ULONG _GDI_POOL_SECTION::aulBits[1] |
Definition at line 26 of file gdipool.c.
Referenced by GdiPoolAllocateSection().
| RTL_BITMAP _GDI_POOL_SECTION::bitmap |
Definition at line 25 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolAllocateSection(), and GdiPoolFree().
| ULONG _GDI_POOL_SECTION::cAllocCount |
Definition at line 23 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolAllocateSection(), GdiPoolDeleteSection(), and GdiPoolFree().
| LIST_ENTRY _GDI_POOL_SECTION::leInUseLink |
Definition at line 17 of file gdipool.c.
Referenced by GdiPoolAllocate(), and GdiPoolFree().
| LIST_ENTRY _GDI_POOL_SECTION::leReadyLink |
Definition at line 18 of file gdipool.c.
Referenced by GdiPoolAllocate(), and GdiPoolFree().
| PVOID _GDI_POOL_SECTION::pvBaseAddress |
Definition at line 20 of file gdipool.c.
Referenced by GdiPoolAllocate(), GdiPoolAllocateSection(), GdiPoolDeleteSection(), and GdiPoolFree().
| ULONG _GDI_POOL_SECTION::ulCommitBitmap |
Definition at line 22 of file gdipool.c.
Referenced by GdiPoolAllocate(), and GdiPoolAllocateSection().