Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 shouldn't be called from user code.
File commit mode specifies when critical data is written to disk. For more information, see fflush.
By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.
Requirements
| Routine | Required header | 
|---|---|
__p__commode | 
internal.h |