I know that we can use file mapping to share contents between two processes, but this requires the same file mapping object.
what will happen if each process creates its own file mapping object with its own file handle,but each file handle points to the same file?
thanks
Chang
From documentation: