CSetB
Initializes an area of memory to a value.
void CSetB (
BYTE value,
void *address,
LONG count
);
CSetB initializes the number of BYTEs specified in count of the memory area pointed to by address to the value specified in value.