SECBitArray::GetBit
Retrieves the value of a particular bit in the array.
Defined in: SECBitmapArray.h
Syntax
BOOL GetBit(unsigned int nBit) const;BOOL operator[](unsigned int nBit) const;
Return Value
TRUE if the bit is set, FALSE if it is not set.
Parameters
nBit
The bit to retrieve.
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