Constructor EnabledMask
EnabledMask(SafeBitRef, Int32*)
Interpret the memory at SafeBitRef as an EnabledMask.
Declaration
public EnabledMask(SafeBitRef enableBitRef, int *ptrChunkDisabledCount)
Parameters
| Type | Name | Description |
|---|---|---|
| SafeBitRef | enableBitRef | First bit to the buffer |
| Int32* | ptrChunkDisabledCount | pointer to the disabled count int associated with the chunk the enabled-bit is part of |