ZeroMemory:
用0填充一个内存块
void ZeroMemory( [in] PVOID Destination, //内存块开始地址 [in] SIZE_T Length //填充块大小 ,可用sizeof获取对象大小);
本文共 175 字,大约阅读时间需要 1 分钟。
ZeroMemory:
用0填充一个内存块
void ZeroMemory( [in] PVOID Destination, //内存块开始地址 [in] SIZE_T Length //填充块大小 ,可用sizeof获取对象大小);
转载于:https://www.cnblogs.com/ericyi/p/4390099.html