Searched defs:RtlCopyMemory (Results 1 – 2 of 2) sorted by relevance
8304 #define RtlCopyMemory(Destination, Source, Length) \ macro
7758 #define RtlCopyMemory(Destination,Source,Length) memcpy((Destination),(Source),(Length)) macro