Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/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)):