CloseAduDevice
This function closes the ADU Device pipe.
The handle value must be the value returned by the open call.
C Declaration:
void __stdcall CloseAduDevice(void * hDevice);
Visual Basic Declaration:
Declare Function CloseAduDevice 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
|