Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py85 SetupDiEnumDeviceInfo = setupapi.SetupDiEnumDeviceInfo variable
86 SetupDiEnumDeviceInfo.argtypes = [HDEVINFO, DWORD, PSP_DEVINFO_DATA]
87 SetupDiEnumDeviceInfo.restype = BOOL
151 while SetupDiEnumDeviceInfo(g_hdi, index, ctypes.byref(devinfo)):
/external/libusb/libusb/os/
Dwindows_winusb.h317 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiEnumDeviceInfo, (HDEVINFO, DWORD, PSP_DEVINFO_DAT…
Dwindows_winusb.c226 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInfo, TRUE); in init_dlls()