Share via


IEnumClusCfgManagedResources interface

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

The IEnumClusCfgManagedResources interface allows configuration objects to enumerate all of its managed resources.

Members

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

  • Methods

Methods

The IEnumClusCfgManagedResources interface has these methods.

Method Description
Clone

Creates another enumerator that contains the same enumeration state as the current one.

Count

Retrieves the number of items in the collection.

Next

Retrieves a specified number of items in the enumeration sequence.

Reset

Resets the enumeration sequence to the beginning.

Skip

Skips over a specified number of elements in the enumeration sequence.

 

Remarks

Components that implement the IEnumClusCfgManagedResources interface must register themselves as members of the component category CATID_EnumClusCfgManagedResources, defined in ClusCfgGuids.h.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgServer.idl

IID

IID_IEnumClusCfgManagedResources is defined as 7DBE11EB-A5DF-4534-ABF6-8BAC7B53FC95