IEnumNames interface (comsvcs.h)

Enumerates names.

Inheritance

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

Methods

The IEnumNames interface has these methods.

 
IEnumNames::Clone

Creates an enumerator that contains the same enumeration state as the current one. (IEnumNames.Clone)
IEnumNames::Next

Retrieves the specified number of items in the enumeration sequence. (IEnumNames.Next)
IEnumNames::Reset

Resets the enumeration sequence to the beginning. (IEnumNames.Reset)
IEnumNames::Skip

Skips over the specified number of items in the enumeration sequence. (IEnumNames.Skip)

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IContextProperties