Home | History | Annotate | Download | only in include

Lines Matching defs:RtlCopyMemory

7328 #define RtlCopyMemory(Destination,Source,Length) memcpy((Destination),(Source),(Length))