IClusCfgClusterInfo::GetSubnetMask method

[This method is available for use only in Windows Server 2003.]

Retrieves the cluster subnet mask.

Syntax

HRESULT GetSubnetMask(
  [out] ULONG *pulDottedQuadOut
);

Parameters

  • pulDottedQuadOut [out]
    Pointer to the cluster subnet mask in dotted quad format.

Return value

If the GetSubnetMask method successfully retrieves the subnet mask, it returns S_OK.

Any other HRESULT value indicates that the call failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgServer.idl

DLL

ClCfgSrv.dll

IID

IID_IClusCfgClusterInfo is defined as 85B4BBC0-DDC4-4AE7-8268-F4850BB2A6EE

See also

IClusCfgClusterInfo