Home | History | Annotate | Download | only in include

Lines Matching defs:RtlFillMemory

5852 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length))