G
Guest
In older versions of Visual Studio, there was a global variable named
_fileinfo and/or a function named _set_fileinfo. These seem to be gone in
Visual Studio 2005. The documentation mentions them, but does not say what
should be used instead.
The purpose of these features was to control whether open files are
inherited by child processes created using _spawn.
Is there a similar way to control this under VS 2005? My goal is for the
files to be inherited. If this is the default, then I'm good, but I'd like to
know for sure.
Thank you.
_fileinfo and/or a function named _set_fileinfo. These seem to be gone in
Visual Studio 2005. The documentation mentions them, but does not say what
should be used instead.
The purpose of these features was to control whether open files are
inherited by child processes created using _spawn.
Is there a similar way to control this under VS 2005? My goal is for the
files to be inherited. If this is the default, then I'm good, but I'd like to
know for sure.
Thank you.