Why do ZeroMemory, etc. exist when there are memset, etc. already?
- by CannibalSmith
Why does ZeroMemory, and similar calls exist in the Windows API when there are memset and related calls in the C standard library already? Which ones should I call? I can guess the answer is "depends". On what?