Home | History | Annotate | Download | only in include

Lines Matching defs:RtlMoveMemory

7327 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length))