Bitdefender Hypervisor Memory Introspection
_BITMASK Struct Reference

Represents a bit mask. More...

#include <bitmask.h>

Data Fields

size_t Length
 The number of bits included. More...
 
BYTE Bits []
 The bit array. More...
 

Detailed Description

Represents a bit mask.

Note that this structure has a variable size.

Definition at line 15 of file bitmask.h.

Field Documentation

◆ Bits

BYTE _BITMASK::Bits[]

The bit array.

Definition at line 18 of file bitmask.h.

Referenced by IntWinNetParseTcpBitmap().

◆ Length

size_t _BITMASK::Length

The number of bits included.

Definition at line 17 of file bitmask.h.

Referenced by BitMaskAlloc().


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