Home
last modified time | relevance | path

Searched defs:SrbCopyMemory (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/ddk/
H A Dsrbhelper.h28 #define SrbCopyMemory(Destination, Source, Length) RtlCopyMemory(Destination, Source, Length) macro
30 #define SrbCopyMemory(Destination, Source, Length) memcpy(Destination, Source, Length) macro