IEnumClusCfgPartitions::Reset method

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

Resets the IEnumClusCfgPartitions enumeration sequence to the beginning.

Syntax

HRESULT Reset();

Parameters

This method has no parameters.

Return value

If the method successfully resets the enumeration sequence, 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_IEnumClusCfgPartitions is defined as 4440BB6A-B0AC-479D-B534-7265A31D6C55

See also

IEnumClusCfgPartitions