Home |
Function RTFShutDown Function RTFSetDefaultOpenFlags Function RTFSetCriticalErrorHandler |
Function RTFShutDownRTFShutDown closes all currently open files and uninstalls all device drivers: void RTFShutDown(void); This function calls RTFCloseAll and then the ShutDown entrypoint for all devices in the device list. No RTFiles-32 function calls will succeed after this call. RTFShutDown should only be called at program termination. This function does not return any information. Any errors encountered are ignored.
|