BitSet
Sets the target bit
#include <nwbitops.h>
void BitSet (
void *bitArray,
LONG bitNumber);
None
The bitArray parameter specifies the target array. The bit number can be greater than 32, targeting a bit well into the target array.
#include <nwbitops.h> void *bitArray; LONG bitNumber; BitSet (bitArray, bitNumber);