Home
last modified time | relevance | path

Searched defs:RtlCopyMemory (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/host/
H A Dtypedefs.h263 #define RtlCopyMemory(Destination, Source, Length) memcpy(Destination, Source, Length) macro
/reactos/sdk/include/xdk/
H A Drtlfuncs.h282 #define RtlCopyMemory(Destination, Source, Length) \ macro
H A Dwinnt_old.h4301 #define RtlCopyMemory(Dest,Source,Length) memcpy((Dest),(Source),(Length)) macro
/reactos/drivers/filesystems/udfs/Include/
H A Dnt_native.h456 #define RtlCopyMemory(Destination,Source,Length) memcpy((Destination),(Source),(Length)) macro