Releases all detected modules, cancels all pending threads and frees all used memory blocks. This call should be made on program exit and prior to any calls to the
DetectHID function in order to refresh the device list.
Namespace:
BIUSBWrapper
Assembly:
BIUSBWrapper (in BIUSBWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CloseDevices ( _
iDev_Cnt As UInteger, _
iDeviceList As DeviceParam() _
) As Boolean |
Return Value
trueTruetruetrue (True in Visual Basic) if success closing devices, or
falseFalsefalsefalse (False in Visual Basic) if failure closing devices or releasing memory.
See Also