Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 982 Bytes

File metadata and controls

36 lines (26 loc) · 982 Bytes
title __p__commode
ms.date 11/04/2016
apiname
__p__commode
apilocation
msvcr110.dll
msvcrt.dll
msvcr120.dll
msvcr90.dll
msvcr100.dll
msvcr80.dll
msvcr110_clr0400.dll
api-ms-win-crt-stdio-l1-1-0.dll
apitype DLLExport
f1_keywords
__p__commode
helpviewer_keywords
__p__commode
ms.assetid 4380acb8-e3e4-409c-a60f-6205ac5189ce

__p__commode

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

Syntax

int * __p__commode(
   );

Return Value

Pointer to the _commode global variable.

Remarks

The __p__commode function is for internal use only, and should not be called from user code.

File commit mode specifies when critical data is written to disk. For more information, see fflush.

Requirements

Routine Required header
__p__commode internal.h