Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.3 KB

p-fmode.md

File metadata and controls

44 lines (37 loc) · 1.3 KB
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
cpp-standard-libraries
article
__p__fmode
msvcr80.dll
msvcr120.dll
msvcr90.dll
msvcrt.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr100.dll
DLLExport
__p__fmode
C++
__p__fmode
1daa1394-81eb-43aa-a71b-4cc6acf3207b
3
corob-msft
corob
ghogen

__p__fmode

Points to the _fmode global variable, which specifies the default file translation mode for file I/O operations.

Syntax

int* __p__fmode(  
   );  

Return Value

Pointer to the _fmode global variable.

Remarks

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.

Requirements

Routine Required header
__p__fmode stdlib.h