div
eof
Expand Minimize
This topic has not yet been rated - Rate this topic

__p__commode

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

int * __p__commode(
   );

Pointer to the _commode global variable.

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.

Routine

Required header

__p__commode

internal.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.