看板 C_and_CPP 關於我們 聯絡資訊
ZeroMemory的定義如下 winbase.h #define ZeroMemory RtlZeroMemory winnt.h #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.217.111.110