Searched refs:SetupDiDestroyDeviceInfoList (Results 1 – 5 of 5) sorted by relevance
77 SetupDiDestroyDeviceInfoList = setupapi.SetupDiDestroyDeviceInfoList variable78 SetupDiDestroyDeviceInfoList.argtypes = [HDEVINFO]79 SetupDiDestroyDeviceInfoList.restype = BOOL232 SetupDiDestroyDeviceInfoList(g_hdi)
83 SetupDiDestroyDeviceInfoList = setupapi.SetupDiDestroyDeviceInfoList variable84 SetupDiDestroyDeviceInfoList.argtypes = [HDEVINFO]85 SetupDiDestroyDeviceInfoList.restype = BOOL416 SetupDiDestroyDeviceInfoList(g_hdi)
17 static void Free(HDEVINFO h) { SetupDiDestroyDeviceInfoList(h); } in Free()
254 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiDestroyDeviceInfoList, (HDEVINFO));
193 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, true); in init_dlls()