IWCPropertySheetCallback interface (cluadmex.h)

The IWCPropertySheetCallback interface is called by a Failover Cluster Administrator extension to add property pages to a Failover Cluster Administrator property sheet.

Inheritance

The IWCPropertySheetCallback interface inherits from the IUnknown interface. IWCPropertySheetCallback also has these types of members:

Methods

The IWCPropertySheetCallback interface has these methods.

 
IWCPropertySheetCallback::AddPropertySheetPage

Adds a property page to a Failover Cluster Administrator property sheet.

Remarks

Use the piCallback pointer that you receive when Failover Cluster Administrator calls your IWEExtendPropertySheet::CreatePropertySheetPages method to call the IWCPropertySheetCallback interface.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Target Platform Windows
Header cluadmex.h

See also

Failover Cluster Administrator Callback Interfaces

IWEExtendPropertySheet::CreatePropertySheetPages