Constructor EnabledMask
EnabledMask(SafeBitRef, int*)
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  | 
    
| int* | ptrChunkDisabledCount | pointer to the disabled count int associated with the chunk the enabled-bit is part of  |