Hello.
I was wondering if there was an easy way to alter the contents of a mapped file. I know i can reach it with using the handle returned from `MapViewOfFile` and memcpy and other memory functions, but isn't there an easier way to read/write to a mapped file? like some API or something?