Skip to content

Latest commit

 

History

History
85 lines (67 loc) · 3.2 KB

nf-cluadmex-igetclustergroupinfo-getgrouphandle.md

File metadata and controls

85 lines (67 loc) · 3.2 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
NF:cluadmex.IGetClusterGroupInfo.GetGroupHandle
IGetClusterGroupInfo::GetGroupHandle (cluadmex.h)
Returns a handle to a group.
GetGroupHandle
GetGroupHandle method [Failover Cluster]
GetGroupHandle method [Failover Cluster]
IGetClusterGroupInfo interface
IGetClusterGroupInfo interface [Failover Cluster]
GetGroupHandle method
IGetClusterGroupInfo.GetGroupHandle
IGetClusterGroupInfo::GetGroupHandle
_wolf_igetclustergroupinfo_getgrouphandle
cluadmex/IGetClusterGroupInfo::GetGroupHandle
mscs.igetclustergroupinfo_getgrouphandle
mscs\igetclustergroupinfo_getgrouphandle.htm
MsCS
b578b3fa-9c3d-4f94-b35f-ba0fbe1fdd40
12/05/2018
GetGroupHandle, GetGroupHandle method [Failover Cluster], GetGroupHandle method [Failover Cluster],IGetClusterGroupInfo interface, IGetClusterGroupInfo interface [Failover Cluster],GetGroupHandle method, IGetClusterGroupInfo.GetGroupHandle, IGetClusterGroupInfo::GetGroupHandle, _wolf_igetclustergroupinfo_getgrouphandle, cluadmex/IGetClusterGroupInfo::GetGroupHandle, mscs.igetclustergroupinfo_getgrouphandle
cluadmex.h
Windows
None supported
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
CluAdmEx.idl
Windows
19H1
IGetClusterGroupInfo::GetGroupHandle
cluadmex/IGetClusterGroupInfo::GetGroupHandle
c++
APIRef
kbSyntax
COM
cluadmex.h
IGetClusterGroupInfo.GetGroupHandle

IGetClusterGroupInfo::GetGroupHandle

-description

[This method is available for use in the operating systems specified in the Requirements section. Support for this method was removed in Windows Server 2008.]

Returns a handle to a group.

-parameters

-param lObjIndex [in]

A number representing the zero-based index of the target group. lObjIndex is restricted to the number that can be retrieved by calling IGetClusterDataInfo::GetObjectCount.

-returns

If GetGroupHandle is successful, it returns a handle for the group represented by lObjIndex.

If GetGroupHandle is not successful, it returns NULL. For more information about the error, call the function GetLastError.

-remarks

Do not close the handle obtained through this method.

-see-also

IGetClusterDataInfo::GetObjectCount

IGetClusterGroupInfo