Searched refs:SetupDiEnumDeviceInfo (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 85 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/ |
D | windows_winusb.h | 317 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiEnumDeviceInfo, (HDEVINFO, DWORD, PSP_DEVINFO_DAT…
|
D | windows_winusb.c | 226 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInfo, TRUE); in init_dlls()
|