Searched defs:RtlZeroMemory (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/lib/rtl/ |
H A D | mem.c | 156 RtlZeroMemory(PVOID Destination, in RtlZeroMemory() function
|
/reactos/sdk/include/host/ |
H A D | typedefs.h | 262 #define RtlZeroMemory(Destination, Length) memset(Destination, 0, Length) macro
|
/reactos/sdk/include/psdk/ |
H A D | winternl.h | 600 #define RtlZeroMemory(Dest,Length) RtlFillMemory((Dest),(Length),0) macro
|
/reactos/sdk/include/xdk/ |
H A D | rtlfuncs.h | 383 #define RtlZeroMemory(Destination, Length) \ macro
|
H A D | winnt_old.h | 4303 #define RtlZeroMemory(Dest,Length) RtlFillMemory((Dest),(Length),0) macro
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | nt_native.h | 458 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 2991 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro
|