SECBitArray::SetBits
template <unsigned int ArraySize_T, class DataType_T>
voidSECBitArray<ArraySize_T, DataType_T>::SetBits(BOOLbSet)
Clears or set all bits in the array.
Defined in: SECBitmapArray.h
Return Value
void
Parameters
bSet
If non-zero, indicates to set all bits; otherwise, clears all bits.
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