ICustomActionResultCallback::ReportResult 方法

返回 IPmCustomActions::RunCustomAction 方法请求的Run-Time Status and Control 操作的结果。

语法

virtual HRESULT ReportResult(  
   IN HRESULT hrStatus,  
   IN PBYTE pbResponse,  
   IN DWORD cbResponse  
) = 0;  

parameters

hrStatus
一个 HRESULT ,它包含Run-Time状态和控制操作的状态。

pbResponse
指向 BYTE 接收Run-Time状态和控制操作结果的缓冲区的指针。

cbResponse
指向缓冲区的 DWORD 指针,该缓冲区接收 指向 pbResponse的数据的大小。

返回值

HRESULT。 可能的值包括(但并不限于)下表中的项。

说明
S_OK 指示操作成功。

要求

类型 说明
客户端 - Windows Vista 上的 IIS 7.0
- Windows 7 上的 IIS 7.5
- Windows 8 上的 IIS 8.0
- Windows 10 上的 IIS 10.0
服务器 - Windows Server 2008 上的 IIS 7.0
- Windows Server 2008 R2 上的 IIS 7.5
- Windows Server 2012 上的 IIS 8.0
- Windows Server 2012 R2 上的 IIS 8.5
- Windows Server 2016 上的 IIS 10.0
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
- IIS Express 7.5、IIS Express 8.0、IIS Express 10.0
Header Wpframework.h

另请参阅

ICustomActionResultCallback 接口
IPmCustomActions::RunCustomAction 方法