Searched defs:RtlCopyMemory (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h5125 #define RtlCopyMemory(Destination, Source, Length) memcpy((Destination),(Source),(Length)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h5243 #define RtlCopyMemory(Destination, Source, Length) memcpy((Destination),(Source),(Length)) macro

Completed in 167 milliseconds