Searched refs:SetupDiEnumDeviceInfo (Results 1 – 1 of 1) sorted by relevance
85 SetupDiEnumDeviceInfo = setupapi.SetupDiEnumDeviceInfo variable86 SetupDiEnumDeviceInfo.argtypes = [HDEVINFO, DWORD, PSP_DEVINFO_DATA]87 SetupDiEnumDeviceInfo.restype = BOOL151 while SetupDiEnumDeviceInfo(g_hdi, index, ctypes.byref(devinfo)):