quote:
Originally posted by TheSteve
Is there a reason that you're using RtlMoveMemory rather than RtlCopyMemory?
If the two buffers don't overlap (which they don't) you should not be using RtlMoveMemory.
I didn't realize that API existed... learned something new today.