|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dbgbitmap.h>

Public Attributes | |
| union { | |
| struct { | |
| ULONG SizeOfBitMap | |
| PULONG Buffer | |
| } | |
| RTL_BITMAP BitMap | |
| }; | |
| ULONG | NumberOfSetBits |
| ULONG | BitmapHash |
Definition at line 12 of file dbgbitmap.h.
| union { ... } _RTL_BITMAP_DBG::@3589 |
| RTL_BITMAP _RTL_BITMAP_DBG::BitMap |
Definition at line 21 of file dbgbitmap.h.
| ULONG _RTL_BITMAP_DBG::BitmapHash |
Definition at line 24 of file dbgbitmap.h.
| PULONG _RTL_BITMAP_DBG::Buffer |
Definition at line 19 of file dbgbitmap.h.
| ULONG _RTL_BITMAP_DBG::NumberOfSetBits |
Definition at line 23 of file dbgbitmap.h.
| ULONG _RTL_BITMAP_DBG::SizeOfBitMap |
Definition at line 18 of file dbgbitmap.h.