ZeroMemory:
用0填充一个内存块
void ZeroMemory( [in] PVOID Destination, //内存块开始地址 [in] SIZE_T Length //填充块大小 ,可用sizeof获取对象大小 );