From: Leon on 14 Nov 2009 05:56 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 14 Nov 2009 10:26 "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
|
Pages: 1 Prev: using the string class with LoadString( ) Next: Question about the getline method... |