title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | apiname | apilocation | apitype | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
__p__fmode | Microsoft Docs |
11/04/2016 |
|
article |
|
|
DLLExport |
|
|
|
1daa1394-81eb-43aa-a71b-4cc6acf3207b |
3 |
corob-msft |
corob |
ghogen |
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 |