CloseAduStream
This function closes the ADU stream pipe.
The handle value must be the value returned by the open call.
C Declaration:
void __stdcall CloseAduStream(void * hDevice);
Visual Basic Declaration:
Declare Function CloseAduStream Lib "AduHid.DLL" _
(ByVal hFile As Long) As Long
Arguments:
Argument |
Type |
Value |
Description |
hDevice |
void * |
value from open call |
handle to the device |
Return Codes:
None
|