SetupDiCancelDriverInfoSearch 函数 (setupapi.h)

SetupDiCancelDriverInfoSearch 函数取消当前在不同线程中正在进行的驱动程序列表搜索。

语法

WINSETUPAPI BOOL SetupDiCancelDriverInfoSearch(
  [in] HDEVINFO DeviceInfoSet
);

参数

[in] DeviceInfoSet

正在为其生成驱动程序列表 的设备信息集 的句柄。

返回值

如果在调用此函数时正在对指定的设备信息集进行驱动程序列表搜索,则搜索将终止。 确认终止后,SetupDiCancelDriverInfoSearch 返回 TRUE。 否则,它将返回 FALSE ,对 GetLastError 的调用返回ERROR_INVALID_HANDLE。

注解

SetupDiCancelDriverInfoSearch 是同步调用。 因此,在驱动程序搜索线程响应终止请求之前,它不会返回。

要求

要求
最低受支持的客户端 在 Microsoft Windows 2000 及更高版本的 Windows 中可用。
目标平台 桌面
标头 setupapi.h (包括 Setupapi.h)
Library Setupapi.lib
DLL Setupapi.dll

另请参阅

SetupDiBuildDriverInfoList