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