Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py77 SetupDiDestroyDeviceInfoList = setupapi.SetupDiDestroyDeviceInfoList variable
78 SetupDiDestroyDeviceInfoList.argtypes = [HDEVINFO]
79 SetupDiDestroyDeviceInfoList.restype = BOOL
232 SetupDiDestroyDeviceInfoList(g_hdi)
/external/libusb/libusb/os/
Dwindows_winusb.h322 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiDestroyDeviceInfoList, (HDEVINFO));
Dwindows_winusb.c229 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, TRUE); in init_dlls()