ReactOS 0.4.15-dev-7906-g1b85a5f
_BL_BLOCK_DESCRIPTOR Struct Reference
Collaboration diagram for _BL_BLOCK_DESCRIPTOR:

Public Attributes

LIST_ENTRY ListHead
 
ULONG Unknown
 
BL_MEMORY_TYPE Type
 
ULONG Attributes
 
ULONG Unknown2
 
ULONG Count
 
ULONG Count2
 
ULONG Size
 
ULONG BlockId
 
ULONG ReferenceCount
 

Detailed Description

Definition at line 19 of file blkalloc.c.

Member Data Documentation

◆ Attributes

ULONG _BL_BLOCK_DESCRIPTOR::Attributes

Definition at line 24 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator().

◆ BlockId

◆ Count

ULONG _BL_BLOCK_DESCRIPTOR::Count

Definition at line 26 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator().

◆ Count2

ULONG _BL_BLOCK_DESCRIPTOR::Count2

Definition at line 27 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator().

◆ ListHead

LIST_ENTRY _BL_BLOCK_DESCRIPTOR::ListHead

Definition at line 21 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator(), and BlpMmDeleteBlockAllocator().

◆ ReferenceCount

ULONG _BL_BLOCK_DESCRIPTOR::ReferenceCount

◆ Size

ULONG _BL_BLOCK_DESCRIPTOR::Size

Definition at line 28 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator().

◆ Type

BL_MEMORY_TYPE _BL_BLOCK_DESCRIPTOR::Type

Definition at line 23 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator().

◆ Unknown

ULONG _BL_BLOCK_DESCRIPTOR::Unknown

Definition at line 22 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator().

◆ Unknown2

ULONG _BL_BLOCK_DESCRIPTOR::Unknown2

Definition at line 25 of file blkalloc.c.

Referenced by BlpMmCreateBlockAllocator().


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