Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.82 KB

File metadata and controls

40 lines (31 loc) · 2.82 KB
title ICustomAction2ResultCallback Interface
description Describes the ICustomAction2ResultCallback interface and details its syntax, methods, inheritance hierarchy, and requirements.
ms.date 10/07/2016
ms.assetid 51616d49-1f8a-4379-8dd3-8520c846b185

ICustomAction2ResultCallback Interface

Reports the results of a RegisterCustomAction or UnregisterCustomAction operation that was requested by the IPmCustomActions2 interface.

Syntax

class ICustomAction2ResultCallback : public IWpfReferencedObject  

Methods

The following table lists the methods exposed by the ICustomAction2ResultCallback interface.

Name Description
ICustomAction2ResultCallback::ReportResult Returns the results of a RegisterCustomAction or UnregisterCustomAction operation.
IWpfReferencedObject::AddRef (Inherited from IWpfReferencedObject.)
IWpfReferencedObject::Release (Inherited from IWpfReferencedObject.)

Inheritance Hierarchy

IWpfReferencedObject

ICustomActionResultCallback

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Wpframework.h

See Also

Worker Process and Protocol Manager Interfaces