Rover
2009-11-03 00:30:01 UTC
Hi all,
I know there is a function called _fsopen() that allows one to specify the
file sharing mode.
Does anyone know what is the assumed file sharing mode when one calls
fopen()? What is the equivalent to CreateFile's share mode value?
My experiments allow me to open two files at the same time in two different
process irrespective of reading or writing. But I have not tried to write or
read from them.
Thanks.
Rover
I know there is a function called _fsopen() that allows one to specify the
file sharing mode.
Does anyone know what is the assumed file sharing mode when one calls
fopen()? What is the equivalent to CreateFile's share mode value?
My experiments allow me to open two files at the same time in two different
process irrespective of reading or writing. But I have not tried to write or
read from them.
Thanks.
Rover