Searched defs:SrbMoveMemory (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/ddk/ |
H A D | srbhelper.h | 20 #define SrbMoveMemory(Destination, Source, Length) StorPortMoveMemory(Destination, Source, Length) macro 22 #define SrbMoveMemory(Destination, Source, Length) RtlMoveMemory(Destination, Source, Length) macro 24 #define SrbMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) macro
|