Searched defs:SetupDiEnumDeviceInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A 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)):

Completed in 102 milliseconds