Searched defs:RtlCopyMemory (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/host/ |
H A D | typedefs.h | 263 #define RtlCopyMemory(Destination, Source, Length) memcpy(Destination, Source, Length) macro
|
/reactos/sdk/include/xdk/ |
H A D | rtlfuncs.h | 282 #define RtlCopyMemory(Destination, Source, Length) \ macro
|
H A D | winnt_old.h | 4301 #define RtlCopyMemory(Dest,Source,Length) memcpy((Dest),(Source),(Length)) macro
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | nt_native.h | 456 #define RtlCopyMemory(Destination,Source,Length) memcpy((Destination),(Source),(Length)) macro
|