IOReinitialize() Function
- Last UpdatedJul 17, 2024
- 1 minute read
The IOReinitialize() function first closes and then restarts all active I/O connections defined for an InTouch application.
Category
Miscellaneous
Syntax
IOReinitialize();
Arguments
None.
Remarks
The IOReinitialize() function performs the same operation as the Reinitialize I/O command on the WindowViewer Special menu.
If WindowViewer is running as a service, the IOReinitialize() function and Reinitialize ALL command on the WindowViewer Special menu do not reinitialize all Access Names. If you select the Access Names listed in the Reinitialize I/O dialog box and select Reintialize, the selected Access Names are reinitialized.
For more information about navigating to the Reinitialize I/O dialog box, see Reinitialize I/O connections with commands.
Example
This example closes any active I/O connections and restarts all I/O connections defined for the InTouch application.
IOReinitialize();