__p__fmode
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __p__fmode.
Points to the _fmode global variable, which specifies the default file translation mode for file I/O operations.
int* __p__fmode(
);
Pointer to the _fmode global variable.
The __p__fmode function is for internal use only, and should not be called from user code.
File translation mode specifies either binary or text translation for _open and _pipe I/O operations. For more information, see _fmode.
| Routine | Required header |
|---|---|
| __p__fmode | stdlib.h |
Show: