Home |
Function RTFCloseAll Function RTFSetDefaultOpenFlags Function RTFSetCriticalErrorHandler |
Function RTFCloseAllRTFCloseAll closes all currently open files: int RTFCloseAll(void); Parametersreturn valueIf the function succeeds, the return value is the number of open files found and closed. If the function fails, the return value is a negative error code. In case of failure, some files may have been closed successfully, while others could not be closed. This function also invalidates all of RTFiles-32's file handles which may be in use by the application. Subsequent use of such handles will fail. Please note that this function does not close handles other than RTFiles-32's file handles. For example, the Win32 file I/O API emulation uses Win32 handles to access files. Open Win32 handles are not closed by this call.
|