From: Leon on
Hi,

I know this is an old method but does some one know what is the share mode,
if any, fopen() uses? I know there is a _sopen() or _tsopen() that allows
one to specify the share option.

Thanks.

Leon


From: Pavel A. on
"Leon" <Leon.m.mailcenter101(a)neverbox.com> wrote in message
news:B4A1CF7D-C8ED-4C18-98E0-D1D1A8A23499(a)microsoft.com...
> Hi,
>
> I know this is an old method but does some one know what is the share
> mode, if any, fopen() uses? I know there is a _sopen() or _tsopen() that
> allows one to specify the share option.


_SH_DENYNO ( see the crt sources installed with the VS )

--pa