Re: [問題] 請問一下關於ZeroMemory的用法
看板C_and_CPP (C/C++)作者tsaiminghan (nahgnimiast)時間16年前 (2009/04/09 21:25)推噓0(0推 0噓 0→)留言0則, 0人參與討論串5/5 (看更多)
ZeroMemory的定義如下
winbase.h
#define ZeroMemory RtlZeroMemory
winnt.h
#define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length))
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.217.111.110
討論串 (同標題文章)
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章