This function uninitializes the vehicle input/output (I/O) API for a thread.
VOID VIOUninitialize ( );
None.
A call to VIOUninitialize must be made for each call of VIOInitialize. If you do not call VIOUninitialize for every call to VIOInitialize, resources in use by the process may not be freed when the process ends.