ReactOS 0.4.16-dev-178-g8ba6102
_RTL_BITMAP_DBG Struct Reference

#include <dbgbitmap.h>

Collaboration diagram for _RTL_BITMAP_DBG:

Public Attributes

union {
   struct {
      ULONG   SizeOfBitMap
 
      PULONG   Buffer
 
   } 
 
   RTL_BITMAP   BitMap
 
}; 
 
ULONG NumberOfSetBits
 
ULONG BitmapHash
 

Detailed Description

Definition at line 12 of file dbgbitmap.h.

Member Data Documentation

◆ 

union { ... } _RTL_BITMAP_DBG::@3377

◆ BitMap

RTL_BITMAP _RTL_BITMAP_DBG::BitMap

Definition at line 21 of file dbgbitmap.h.

◆ BitmapHash

ULONG _RTL_BITMAP_DBG::BitmapHash

Definition at line 24 of file dbgbitmap.h.

◆ Buffer

PULONG _RTL_BITMAP_DBG::Buffer

Definition at line 19 of file dbgbitmap.h.

◆ NumberOfSetBits

ULONG _RTL_BITMAP_DBG::NumberOfSetBits

Definition at line 23 of file dbgbitmap.h.

◆ SizeOfBitMap

ULONG _RTL_BITMAP_DBG::SizeOfBitMap

Definition at line 18 of file dbgbitmap.h.


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