Home
last modified time | relevance | path

Searched refs:WinUSBX_handle (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dwindows_winusb.c122 static HMODULE WinUSBX_handle = NULL; variable
2385 WinUSBX_handle = h; in winusbx_init()
2391 if (WinUSBX_handle != NULL) { in winusbx_exit()
2392 FreeLibrary(WinUSBX_handle); in winusbx_exit()
2393 WinUSBX_handle = NULL; in winusbx_exit()