IGetClusterNetworkInfo interface (cluadmex.h)
[This interface is available for use in the operating systems specified in the Requirements section. Support for this interface was removed in Windows Server 2008.]
The IGetClusterNetworkInfo interface is called by a Failover Cluster Administrator extension to retrieve information about a network.
Inheritance
The IGetClusterNetworkInfo interface inherits from the IUnknown interface. IGetClusterNetworkInfo also has these types of members:
Methods
The IGetClusterNetworkInfo interface has these methods.
IGetClusterNetworkInfo::GetNetworkHandle Retrieves a handle to a network. |
Remarks
If the object being extended is not a network, queries for IGetClusterNetworkInfo methods will fail. Otherwise, you can use the IGetClusterNetworkInfo interface when Failover Cluster Administrator calls your implementations of the following methods:
- IWEExtendPropertySheet::CreatePropertySheetPages
- IWEExtendContextMenu::AddContextMenuItems
- IWEExtendWizard::CreateWizardPages
- IWEExtendWizard97::CreateWizard97Pages
- IWEInvokeCommand::InvokeCommand
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 Enterprise, Windows Server 2003 Datacenter |
Target Platform | Windows |
Header | cluadmex.h |
See also
Failover Cluster Administrator Information Interfaces
IWEExtendContextMenu::AddContextMenuItems
IWEExtendPropertySheet::CreatePropertySheetPages
IWEExtendWizard97::CreateWizard97Pages