This function closes the ADU RS232 pipe.
The handle value must be the value returned by the open call.
void __stdcall CloseAdu232(void * hDevice);
Declare Function CloseAdu232 Lib "AduHid.DLL" _
(ByVal hFile As Long) As Long
None