__p__commode
Visual Studio 2010
Points to the _commode global variable, which specifies the default file commit mode for file I/O operations.
int * __p__commode(
);
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.