Reading/writing files with MapViewOfFile function

Is there any reason not to just map the whole file in memory with win32 CreateFileMapping/MapViewOfFile function instead of reading it with ReadFile.


Matra
This was answered in the video. It introduces a complex operating system topic for no reason - these are for debug loading only.

- Casey
Thanks. I'll watch it again ;-)

BTW: Great videos. I'm looking forward for more.

Matra