_set_fileinfo
Visual Studio 2005
Sets the default file translation mode for file I/O operations.
Starting with Visual C++ 2005, _get_fileinfo is no longer supported in any Microsoft developer tools or libraries.
errno_t _set_fileinfo( int value );
Parameters
- [in] value
-
The new value of the _fileinfo variable.
The function sets the _fileinfo global variable. This variable determines what information is passed to processes created with the spawn functions. For more information, see _spawn, _wspawn Functions.