SetupCloseFileQueue 函数 (setupapi.h)

[此函数可用于“要求”部分所示的操作系统。 它可能在后续版本中变更或不可用。 安装程序API 不应再用于安装应用程序。 请改用 Windows 安装程序来开发应用程序安装程序。 SetupAPI 继续用于安装设备驱动程序。]

SetupCloseFileQueue 函数会销毁安装程序文件队列。

语法

WINSETUPAPI BOOL SetupCloseFileQueue(
  [in] HSPFILEQ QueueHandle
);

参数

[in] QueueHandle

打开的安装程序文件队列的句柄。

返回值

此函数不返回值。

注解

SetupCloseFileQueue 函数不刷新队列;未执行挂起操作。 若要在关闭文件队列之前提交文件队列,请调用 SetupCommitFileQueue

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 setupapi.h
Library Setupapi.lib
DLL Setupapi.dll

请参阅

函数

概述

SetupCommitFileQueue

SetupInstallFile

SetupQueueCopy

SetupQueueDefaultCopy

SetupQueueDelete

SetupQueueRename