_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
);
Parámetros
- [in] value
The new value of the _fileinfo variable.
Valor devuelto
Returns zero.
Comentarios
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.
Requisitos
Routine |
Required header |
---|---|
_set_fileinfo |
None |