Home |
Function RTFCommitAll Function RTFSetDefaultOpenFlags Function RTFSetCriticalErrorHandler |
Function RTFCommitAllRTFCommitAll will flush all currently dirty buffers to disk: int RTFCommitAll(const char * DriveName); ParametersDriveNamePointer either to a valid file name (e.g., a root directory name) or NULL. If DriveName is not NULL, only the drive information (possibly the current default drive) is determined. All of that drive's dirty buffers are flushed. If the parameter is NULL, the buffers of all drives are flushed. return valueIf the function succeeds, the return value is RTF_NO_ERROR. If the function fails, the return value is a negative error code.
|