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)
322 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiDestroyDeviceInfoList, (HDEVINFO));
229 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, TRUE); in init_dlls()