Subject: Re: [ntdev] RtlCopyMemory() Vs Memcpy() xxxxx@gmail.com wrote: Is is safer to use Memcpy() rather then RtlCopyMemory() in driver? You’ve already received the answer that RtlCopyMemory is a #define for memcpy. Remember, however, that memcpy is not guaranteed to handle the case...