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