The somewhat misguided question of whether MapViewOfFile or WriteProcessMemory is faster
A customer asked, “Which is faster for copying data from one process to another; MapViewOfFile or WriteProcessMemory?”
This is one of those “Huh?”-type questions, where the customer has solved half of a problem and is looking for help with the other half,