DTL_UNINIT comments
Each task must uninitialize the RSLinx Classic dll via a call to DTL_UNINIT before exiting. Failure do so may result in the RSLinx Classic executable believing the application is still running.
The DTL_UNINIT function performs the following tasks:
- Uninitializes internal data.
- Destroys the data definition table.
- Destroys the background thread that handled all I/O completion.
Provide Feedback