SECBitArray::SetBit

template <unsigned int ArraySize_T, class DataType_T>
void SECBitArray<ArraySize_T, DataType_T>::SetBit(unsigned int nBit, BOOL bSet = TRUE)

Sets or clears a bit in the array.

Defined in: SECBitmapArray.h

Parameters

nBit

The bit to set.

bSet

The new value of the bit specified by nBit.

Class Template Arguments

ArraySize_T

The maximum number of bits for the array.

DataType_T

The data type used to make up the array (e.g., DWORD, etc.)

See Also

SECBitArray GetBit