LIBUSB_OPTION_USE_USBDK constant
int
const LIBUSB_OPTION_USE_USBDK
Use the UsbDk backend for a specific context, if available.
This option should be set at initialization with libusb_init_context() otherwise unspecified behavior may occur.
Only valid on Windows. Ignored on all other platforms.
Implementation
static const int LIBUSB_OPTION_USE_USBDK = 1;