fhServiceClosePipe 函数 (fhsvcctl.h)

关闭使用 FhServiceOpenPipe 打开的文件历史记录服务的信道。

注意

FhServiceClosePipe 已弃用,可能在将来的版本中更改或不可用。

语法

HRESULT FhServiceClosePipe(
  [in] FH_SERVICE_PIPE_HANDLE Pipe
);

参数

[in] Pipe

早期 FhServiceOpenPipe 调用返回的信道句柄。

返回值

成功时S_OK ,失败时为不成功的 HRESULT 值。 可能不成功的 HRESULT 值包括 FhErrors.h 头文件中定义的值。

注解

对于使用 FhServiceOpenPipe 打开的每个信道句柄,应用程序应调用 FhServiceClosePipe 一次。 不支持多次关闭信道句柄,这可能会导致不可预知的行为。

要求

要求
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 fhsvcctl.h
Library FhSvcCtl.lib

另请参阅

FhServiceOpenPipe