NdisZeroMemory使用方法

void NdisZeroMemory(
      PVOID Destination,
      SIZE_T Length
);
用0来填充一块内存区域。
 
Destination :指向一块准备用0来填充的内存区域的開始地址。
Length :准备用0来填充的内存区域的大小,按字节来计算。

 
比如:NdisZeroMemory( pTDIH_DeviceExtension, sizeof( TDIH_DeviceExtension ) );
posted on 2017-06-29 20:17  ljbguanli  阅读(187)  评论(0编辑  收藏  举报