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