SECBitArray::GetArrayBitStates
Returns TRUE if all the bits in the array are set identically to bAllSet
Defined in: SECBitmapArray.h
Syntax
GetArrayBitStates(BOOL bAllSet = FALSE) constReturn Value
TRUE if all bits in the array are set to bAllSet, FALSE if they are not.
Parameters
bAllSet
The bit state to test for.
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