Skip to content

Latest commit

 

History

History
122 lines (94 loc) · 5.13 KB

nn-cluadmex-igetclusterobjectinfo.md

File metadata and controls

122 lines (94 loc) · 5.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:cluadmex.IGetClusterObjectInfo
IGetClusterObjectInfo (cluadmex.h)
Called by a Failover Cluster Administrator extension to retrieve information about a cluster object.
IGetClusterObjectInfo
IGetClusterObjectInfo interface [Failover Cluster]
IGetClusterObjectInfo interface [Failover Cluster]
described
_wolf_igetclusterobjectinfo
cluadmex/IGetClusterObjectInfo
mscs.igetclusterobjectinfo
mscs\igetclusterobjectinfo.htm
MsCS
a88ba05c-b64b-4d6d-b005-f2f867093355
12/05/2018
IGetClusterObjectInfo, IGetClusterObjectInfo interface [Failover Cluster], IGetClusterObjectInfo interface [Failover Cluster],described, _wolf_igetclusterobjectinfo, cluadmex/IGetClusterObjectInfo, mscs.igetclusterobjectinfo
cluadmex.h
Windows
None supported
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
CluAdmEx.idl
Windows
19H1
IGetClusterObjectInfo
cluadmex/IGetClusterObjectInfo
c++
APIRef
kbSyntax
COM
cluadmex.h
IGetClusterObjectInfo

IGetClusterObjectInfo interface

-description

[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 IGetClusterObjectInfo interface is called by a Failover Cluster Administrator extension to retrieve information about a cluster object.

-inheritance

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

-remarks

You can use the IGetClusterObjectInfo interface when Failover Cluster Administrator calls your implementations of the following methods:

Failover Cluster Administrator passes in an IUnknown pointer, piData. Use piData to call QueryInterface for one of the IGetClusterObjectInfo methods.

Do not obtain other information interfaces, such as IGetClusterGroupInfo, from the IGetClusterObjectInfo interface. While QueryInterface will return a valid interface, the operation is not valid in the context of the cluster, and the result is an interface that represents no real cluster object. For an illustration, see IGetClusterResourceInfo.

-see-also

Failover Cluster Administrator Information Interfaces

IWEExtendContextMenu::AddContextMenuItems

IWEExtendPropertySheet::CreatePropertySheetPages

IWEExtendWizard97::CreateWizard97Pages

IWEExtendWizard::CreateWizardPages

IWEInvokeCommand::InvokeCommand