_set_fileinfo
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
);
Параметры
- [in] value
The new value of the _fileinfo variable.
Возвращаемое значение
Returns zero.
Заметки
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.
Требования
Routine |
Required header |
---|---|
_set_fileinfo |
None |