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