Searched refs:SetupDiDestroyDeviceInfoList (Results 1 – 3 of 3) sorted by relevance
77 SetupDiDestroyDeviceInfoList = setupapi.SetupDiDestroyDeviceInfoList variable78 SetupDiDestroyDeviceInfoList.argtypes = [HDEVINFO]79 SetupDiDestroyDeviceInfoList.restype = BOOL232 SetupDiDestroyDeviceInfoList(g_hdi)
281 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiDestroyDeviceInfoList, (HDEVINFO));
170 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, true); in init_dlls()